mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 15:26:13 +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
|
||||
|
||||
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…
x
Reference in New Issue
Block a user