mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
Use userChanges instead of getContainer(0)
CURA-4916
This commit is contained in:
parent
7f5bb70bee
commit
ab4cfa5fbb
1 changed files with 1 additions and 1 deletions
|
@ -1494,5 +1494,5 @@ class MachineManager(QObject):
|
|||
@pyqtSlot(str, str, str)
|
||||
def setSettingForAllExtruders(self, setting_name: str, property_name: str, property_value: str):
|
||||
for key, extruder in self._global_container_stack.extruders.items():
|
||||
container = extruder.getContainer(0)
|
||||
container = extruder.userChanges
|
||||
container.setProperty(setting_name, property_name, property_value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue