mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 06:15:53 +08: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
@ -560,7 +560,6 @@ 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)
|
||||
|
||||
@pyqtProperty(str, notify = activeVariantChanged)
|
||||
|
Loading…
x
Reference in New Issue
Block a user