mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 00:56:01 +08:00
Merge branch '3.3'
This commit is contained in:
commit
0f148dd2e2
@ -84,7 +84,10 @@ class SolidView(View):
|
|||||||
|
|
||||||
per_mesh_stack = node.callDecoration("getStack")
|
per_mesh_stack = node.callDecoration("getStack")
|
||||||
|
|
||||||
extruder_index = int(node.callDecoration("getActiveExtruderPosition"))
|
extruder_index = node.callDecoration("getActiveExtruderPosition")
|
||||||
|
if extruder_index is None:
|
||||||
|
extruder_index = "0"
|
||||||
|
extruder_index = int(extruder_index)
|
||||||
|
|
||||||
# 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