mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 07:14:24 +08:00
Revert "Prevent duplicate adding of extruders"
This commit is contained in:
parent
5cfe18d31c
commit
4e6097f499
@ -336,7 +336,6 @@ class MachineManager(QObject):
|
|||||||
return # We're done here
|
return # We're done here
|
||||||
|
|
||||||
self._global_container_stack = global_stack
|
self._global_container_stack = global_stack
|
||||||
if not global_stack.extruderList: # First time we're activating this, there are no extruders yet.
|
|
||||||
extruder_manager.addMachineExtruders(global_stack)
|
extruder_manager.addMachineExtruders(global_stack)
|
||||||
self._application.setGlobalContainerStack(global_stack)
|
self._application.setGlobalContainerStack(global_stack)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user