diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index c527886578..848dc7d5cb 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/resources/qml/Settings/SettingView.qml @@ -565,7 +565,7 @@ Item { id: machineExtruderCount - containerStackId: delegate.activeMachineId + containerStackId: Cura.MachineManager.activeMachine !== null ? Cura.MachineManager.activeMachine.id : "" key: "machine_extruder_count" watchedProperties: [ "value" ] storeIndex: 0