mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Fix setting the Gantry height setting in Machine Settings
This commit is contained in:
parent
ff4fb0dea0
commit
2ac67a7d34
1 changed files with 1 additions and 0 deletions
|
@ -233,6 +233,7 @@ Cura.MachineAction
|
|||
property string label: catalog.i18nc("@label", "Gantry height")
|
||||
property string unit: catalog.i18nc("@label", "mm")
|
||||
property string tooltip: catalog.i18nc("@tooltip", "The height difference between the tip of the nozzle and the gantry system (X and Y axes). Used to prevent collisions between previous prints and the gantry when printing \"One at a Time\".")
|
||||
property bool forceUpdateOnChange: true
|
||||
}
|
||||
|
||||
Item { width: UM.Theme.getSize("default_margin").width; height: UM.Theme.getSize("default_margin").height }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue