mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Don't use deprecated extruders property
Done during Turbo Testing and Tooling.
This commit is contained in:
parent
b68c3b7301
commit
e98c26a33c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class QualityManagementModel(ListModel):
|
|||
|
||||
# Go through the active stacks and create quality_changes containers from the user containers.
|
||||
container_manager = ContainerManager.getInstance()
|
||||
stack_list = [global_stack] + list(global_stack.extruders.values())
|
||||
stack_list = [global_stack] + global_stack.extruderList
|
||||
for stack in stack_list:
|
||||
quality_container = stack.quality
|
||||
quality_changes_container = stack.qualityChanges
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue