mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Create extruder stack for single extrusion machines when adding new machine - CURA-4482
This commit is contained in:
parent
9806ec7374
commit
f36c9ffbc0
4 changed files with 37 additions and 21 deletions
|
@ -340,8 +340,6 @@ class MachineManager(QObject):
|
|||
old_active_container_stack = self._active_container_stack
|
||||
|
||||
self._active_container_stack = ExtruderManager.getInstance().getActiveExtruderStack()
|
||||
# if not self._active_container_stack:
|
||||
# self._active_container_stack = self._global_container_stack
|
||||
|
||||
self._error_check_timer.start()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue