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

@ -104,6 +104,13 @@
"DataEditType": "CHECK_BOX",
"ExtraSettings": ""
},
{
"SlicerConfigName": "connect_gcode",
"PresentationName": "On Connect G-Code",
"HelpText": "This gcode will sent to the printer immediately after connecting. It can be used to set settings specific to a given printer.",
"DataEditType": "MULTI_LINE_TEXT",
"ExtraSettings": ""
},
{
"SlicerConfigName": "cool_extruder_lift",
"PresentationName": "Enable Extruder Lift",