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:
Konstantinos Karmas 2020-10-27 11:31:16 +01:00 committed by GitHub
commit 2bef5814a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,7 +336,6 @@ 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)
self._application.setGlobalContainerStack(global_stack)