Browse Source

Add ExtruderStack to GlobalStack in single extrusion machine fix

Lipu Fei 6 years ago
parent
commit
7d7de32dbd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      cura/Settings/ExtruderManager.py

+ 2 - 0
cura/Settings/ExtruderManager.py

@@ -374,6 +374,8 @@ class ExtruderManager(QObject):
             extruder_definition = container_registry.findDefinitionContainers(id = expected_extruder_definition_0_id)[0]
             extruder_stack_0.definition = extruder_definition
 
+        extruder_stack_0.setNextStack(global_stack)
+
     ##  Get all extruder values for a certain setting.
     #
     #   This is exposed to qml for display purposes