mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Replace all user changed values
Removed check to change the values only if they were different
This commit is contained in:
parent
01ec20f5ce
commit
fecbf82551
1 changed files with 1 additions and 2 deletions
|
|
@ -560,8 +560,7 @@ class MachineManager(QObject):
|
|||
new_value = self._active_container_stack.getProperty(key, "value")
|
||||
|
||||
# check if the value has to be replaced
|
||||
if extruder_stack.getProperty(key, "value") != new_value:
|
||||
extruder_stack.userChanges.setProperty(key, "value", new_value)
|
||||
extruder_stack.userChanges.setProperty(key, "value", new_value)
|
||||
|
||||
@pyqtProperty(str, notify = activeVariantChanged)
|
||||
def activeVariantName(self) -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue