Don't use deprecated extruders property

Done during Turbo Testing and Tooling.
This commit is contained in:
Ghostkeeper 2020-05-29 18:10:59 +02:00
parent e98c26a33c
commit 0e4830e6ef
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

@ -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: