|
@@ -106,9 +106,8 @@ class MachineManager(QObject):
|
|
|
if active_machine_id != "" and ContainerRegistry.getInstance().findContainerStacks(id = active_machine_id):
|
|
|
# An active machine was saved, so restore it.
|
|
|
self.setActiveMachine(active_machine_id)
|
|
|
- if self._global_container_stack and self._global_container_stack.getProperty("machine_extruder_count", "value") > 1:
|
|
|
- # Make sure _active_container_stack is properly initiated
|
|
|
- ExtruderManager.getInstance().setActiveExtruderIndex(0)
|
|
|
+ # Make sure _active_container_stack is properly initiated
|
|
|
+ ExtruderManager.getInstance().setActiveExtruderIndex(0)
|
|
|
|
|
|
self._auto_materials_changed = {}
|
|
|
self._auto_hotends_changed = {}
|