mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Merge pull request #8627 from Ultimaker/revert-8553-CURA-7501_no_double_adding_extruders
Revert "Prevent duplicate adding of extruders"
This commit is contained in:
commit
2bef5814a3
1 changed files with 1 additions and 2 deletions
|
@ -336,8 +336,7 @@ class MachineManager(QObject):
|
|||
return # We're done here
|
||||
|
||||
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)
|
||||
|
||||
# Switch to the first enabled extruder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue