Saving and restoring baby stepping
This commit is contained in:
parent
044bd31329
commit
f0933631e1
9 changed files with 65 additions and 41 deletions
|
|
@ -87,6 +87,7 @@ Advanced
|
|||
Layer Height
|
||||
layer_height
|
||||
first_layer_height
|
||||
baby_step_z_offset
|
||||
Outer Surface - Perimeters
|
||||
perimeters
|
||||
avoid_crossing_perimeters
|
||||
|
|
|
|||
|
|
@ -446,6 +446,20 @@
|
|||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "0x0,0x0,0x0,0x0"
|
||||
},
|
||||
{
|
||||
"QuickMenuSettings": [ ],
|
||||
"SetSettingsOnChange": [ ],
|
||||
"SlicerConfigName": "baby_step_z_offset",
|
||||
"PresentationName": "Baby Step Offset",
|
||||
"HelpText": "The z offset to apply to improve the first layer adhesion.",
|
||||
"DataEditType": "DOUBLE",
|
||||
"ExtraSettings": "mm",
|
||||
"ShowAsOverride": true,
|
||||
"ShowIfSet": null,
|
||||
"ResetAtEndOfPrint": false,
|
||||
"DefaultValue": "0",
|
||||
"RebuildGCodeOnChange": false
|
||||
},
|
||||
{
|
||||
"QuickMenuSettings": [ ],
|
||||
"SetSettingsOnChange": [ ],
|
||||
|
|
|
|||
|
|
@ -5830,3 +5830,9 @@ Translated:Oops! Payment has been declined.
|
|||
English:Distance or Loops
|
||||
Translated:Distance or Loops
|
||||
|
||||
English:The z offset to apply to improve the first layer adhesion.
|
||||
Translated:The z offset to apply to improve the first layer adhesion.
|
||||
|
||||
English:Baby Step Offset
|
||||
Translated:Baby Step Offset
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue