mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Add ExtruderStack to GlobalStack in single extrusion machine fix
This commit is contained in:
parent
18cb21186c
commit
7d7de32dbd
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue