added ability to turn off send with checksum
made print_center setting show up
This commit is contained in:
parent
a0557ed6c0
commit
cee88e16db
5 changed files with 39 additions and 20 deletions
|
|
@ -299,6 +299,7 @@ Advanced
|
|||
z_homes_to_max
|
||||
heat_extruder_before_homing
|
||||
validate_layer_height
|
||||
send_with_checksum
|
||||
reset_long_extrusion
|
||||
Firmware
|
||||
gcode_flavor
|
||||
|
|
|
|||
|
|
@ -1107,6 +1107,14 @@
|
|||
"ShowIfSet": "!sla_printer",
|
||||
"DefaultValue": "1"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "send_with_checksum",
|
||||
"PresentationName": "Send With Checksum",
|
||||
"HelpText": "Calculate and transmit a standard rep-rap checksum for all commands.",
|
||||
"DataEditType": "CHECK_BOX",
|
||||
"ShowIfSet": "!sla_printer",
|
||||
"DefaultValue": "1"
|
||||
},
|
||||
{
|
||||
"SlicerConfigName": "retract_restart_extra",
|
||||
"PresentationName": "Extra Length On Restart",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue