mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 05:11:04 -07:00
Don't use deprecated extruders property
Done during Turbo Testing and Tooling.
This commit is contained in:
parent
e98c26a33c
commit
0e4830e6ef
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class CuraSceneNode(SceneNode):
|
|||
return None
|
||||
|
||||
per_mesh_stack = self.callDecoration("getStack")
|
||||
extruders = list(global_container_stack.extruders.values())
|
||||
extruders = global_container_stack.extruderList
|
||||
|
||||
# Use the support extruder instead of the active extruder if this is a support_mesh
|
||||
if per_mesh_stack:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue