mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06: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
|
||||
property var propertyProvider: extruderOffsetXProvider
|
||||
property string unit: catalog.i18nc("@label", "mm")
|
||||
property bool forceUpdateOnChange: false
|
||||
property bool forceUpdateOnChange: true
|
||||
}
|
||||
Label
|
||||
{
|
||||
|
@ -557,7 +557,7 @@ Cura.MachineAction
|
|||
sourceComponent: numericTextFieldWithUnit
|
||||
property var propertyProvider: extruderOffsetYProvider
|
||||
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