Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2020-05-29 19:10:59 +0300
committerGhostkeeper <rubend@tutanota.com>2020-05-29 19:10:59 +0300
commit0e4830e6ef5c6d483b5f2926708ce969de533935 (patch)
tree3eb31a395d51fb6f8ce4b855c977ad48efbe2109 /cura/Scene
parente98c26a33cf998944424b4366462cf365335c931 (diff)
Don't use deprecated extruders property
Done during Turbo Testing and Tooling.
Diffstat (limited to 'cura/Scene')
-rw-r--r--cura/Scene/CuraSceneNode.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cura/Scene/CuraSceneNode.py b/cura/Scene/CuraSceneNode.py
index e7858a9633..0fbc674de6 100644
--- a/cura/Scene/CuraSceneNode.py
+++ b/cura/Scene/CuraSceneNode.py
@@ -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: