diff --git a/cura/Settings/MachineManager.py b/cura/Settings/MachineManager.py index d802c9d142..6cdb9322b6 100755 --- a/cura/Settings/MachineManager.py +++ b/cura/Settings/MachineManager.py @@ -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)