adding in probe to z and xy probe offsets
issue: MatterHackers/MCCentral#3042 Change offset to include the word Probe
This commit is contained in:
parent
fae7b18bbe
commit
f3fd50eff8
1 changed files with 2 additions and 2 deletions
|
|
@ -820,7 +820,7 @@
|
|||
},
|
||||
{
|
||||
"SlicerConfigName": "z_probe_z_offset",
|
||||
"PresentationName": "Z Offset",
|
||||
"PresentationName": "Probe Z Offset",
|
||||
"HelpText": "The distance the z probe is from the extruder in z. For manual probing, this is thickness of the paper (or other calibration device).",
|
||||
"DataEditType": "DOUBLE",
|
||||
"Units": "mm",
|
||||
|
|
@ -842,7 +842,7 @@
|
|||
},
|
||||
{
|
||||
"SlicerConfigName": "z_probe_xy_offset",
|
||||
"PresentationName": "XY Offset",
|
||||
"PresentationName": "Probe XY Offset",
|
||||
"HelpText": "The distance the z probe is from the extruder in x and y.",
|
||||
"DataEditType": "VECTOR2",
|
||||
"Units": "mm",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue