Added a connect_gcode. Gcode that is sent just after connecting to the printer.
This commit is contained in:
parent
6d323cfde5
commit
edb7b7123d
7 changed files with 23 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new VisibleButNotMappedToEngine("pause_gcode"),
|
||||
new VisibleButNotMappedToEngine("resume_gcode"),
|
||||
new VisibleButNotMappedToEngine("cancel_gcode"),
|
||||
new VisibleButNotMappedToEngine("connect_gcode"),
|
||||
|
||||
#if false
|
||||
SETTING(filamentFlow);
|
||||
|
|
|
|||
|
|
@ -288,6 +288,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
new VisibleButNotMappedToEngine("pause_gcode"),
|
||||
new VisibleButNotMappedToEngine("resume_gcode"),
|
||||
new VisibleButNotMappedToEngine("cancel_gcode"),
|
||||
new VisibleButNotMappedToEngine("connect_gcode"),
|
||||
|
||||
new VisibleButNotMappedToEngine("bed_size"),
|
||||
new VisibleButNotMappedToEngine("build_height"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue