Put in auto-calibration measuring if G30 is available

This commit is contained in:
Lars Brubaker 2017-04-11 17:49:23 -07:00
parent 24b01b24f1
commit 4c9d976c56
9 changed files with 171 additions and 33 deletions

View file

@ -330,7 +330,7 @@ Advanced
Probe Settings
print_leveling_probe_start
manual_probe_paper_width
Options
use_g30_for_bed_probe
Print Recovery
Recover Settings
recover_is_enabled

View file

@ -1179,7 +1179,7 @@
"SetSettingsOnChange": [ ],
"SlicerConfigName": "manual_probe_paper_width",
"PresentationName": "Manual Probe Paper Width",
"HelpText": "The thickness of the paper (or other calibration device) used to perform manual bed probe.",
"HelpText": "The thickness of the paper (or other calibration device) used to perform manual bed probe. For automatic (G30) bed probing, this is the offset of the probe from the tip of the nozzle.",
"DataEditType": "DOUBLE",
"ExtraSettings": "mm",
"ShowAsOverride": true,
@ -1188,6 +1188,18 @@
"DefaultValue": ".1",
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],
"SlicerConfigName": "use_g30_for_bed_probe",
"PresentationName": "Use G30 for probing",
"HelpText": "Enable this if your printer has hardware support for G30 (automatic bed probing) and you want to use it rather than manually measuring the probe positions.",
"DataEditType": "CHECK_BOX",
"ShowAsOverride": true,
"ShowIfSet": "!has_hardware_leveling",
"ResetAtEndOfPrint": false,
"RebuildGCodeOnChange": false
},
{
"QuickMenuSettings": [ ],
"SetSettingsOnChange": [ ],