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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue