mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-10 21:19:04 +08:00
Update printer (& disallowed areas) when setting nozzle offsets
This commit is contained in:
parent
12079fc9da
commit
813ee65849
@ -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…
x
Reference in New Issue
Block a user