mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 04:45:54 +08:00
Don't use deprecated extruders property
Done during Turbo Testing and Tooling.
This commit is contained in:
parent
e98c26a33c
commit
0e4830e6ef
@ -48,7 +48,7 @@ class CuraSceneNode(SceneNode):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
per_mesh_stack = self.callDecoration("getStack")
|
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
|
# Use the support extruder instead of the active extruder if this is a support_mesh
|
||||||
if per_mesh_stack:
|
if per_mesh_stack:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user