Put in auto-calibration measuring if G30 is available
This commit is contained in:
parent
24b01b24f1
commit
4c9d976c56
9 changed files with 171 additions and 33 deletions
|
|
@ -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": [ ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue