added ability to turn off send with checksum

made print_center setting show up
This commit is contained in:
Lars Brubaker 2017-11-30 13:59:14 -08:00
parent a0557ed6c0
commit cee88e16db
5 changed files with 39 additions and 20 deletions

View file

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

View file

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