mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Remove usage of deprecated extruders property
Use extruderList instead. Done during Turbo Testing and Tooling.
This commit is contained in:
parent
da61096efe
commit
1fb78d23a5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class ThreeMFWorkspaceWriter(WorkspaceWriter):
|
|||
self._writeContainerToArchive(container, archive)
|
||||
|
||||
# Check if the machine has extruders and save all that data as well.
|
||||
for extruder_stack in global_stack.extruders.values():
|
||||
for extruder_stack in global_stack.extruderList:
|
||||
self._writeContainerToArchive(extruder_stack, archive)
|
||||
for container in extruder_stack.getContainers():
|
||||
self._writeContainerToArchive(container, archive)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue