mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Update printer (& disallowed areas) when setting nozzle offsets
This commit is contained in:
parent
12079fc9da
commit
813ee65849
1 changed files with 2 additions and 2 deletions
|
|
@ -545,7 +545,7 @@ Cura.MachineAction
|
||||||
sourceComponent: numericTextFieldWithUnit
|
sourceComponent: numericTextFieldWithUnit
|
||||||
property var propertyProvider: extruderOffsetXProvider
|
property var propertyProvider: extruderOffsetXProvider
|
||||||
property string unit: catalog.i18nc("@label", "mm")
|
property string unit: catalog.i18nc("@label", "mm")
|
||||||
property bool forceUpdateOnChange: false
|
property bool forceUpdateOnChange: true
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
|
@ -557,7 +557,7 @@ Cura.MachineAction
|
||||||
sourceComponent: numericTextFieldWithUnit
|
sourceComponent: numericTextFieldWithUnit
|
||||||
property var propertyProvider: extruderOffsetYProvider
|
property var propertyProvider: extruderOffsetYProvider
|
||||||
property string unit: catalog.i18nc("@label", "mm")
|
property string unit: catalog.i18nc("@label", "mm")
|
||||||
property bool forceUpdateOnChange: false
|
property bool forceUpdateOnChange: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue