Added a connect_gcode. Gcode that is sent just after connecting to the printer.

This commit is contained in:
Lars Brubaker 2015-05-18 16:58:09 -07:00
parent 6d323cfde5
commit edb7b7123d
7 changed files with 23 additions and 0 deletions

View file

@ -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);

View file

@ -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"),