mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 06:05:53 +08:00
Hide extruder swatch for groups
This commit is contained in:
parent
e13a0bca4a
commit
ea805d9a02
@ -192,8 +192,8 @@ class ObjectsModel(ListModel):
|
||||
break
|
||||
|
||||
extruder_number = int(node.callDecoration("getActiveExtruderPosition"))
|
||||
if node_mesh_type == "anti_overhang_mesh":
|
||||
# for anti overhang meshes, the extruder nr is irrelevant
|
||||
if node_mesh_type == "anti_overhang_mesh" or node.callDecoration("isGroup"):
|
||||
# for anti overhang meshes and groups the extruder nr is irrelevant
|
||||
extruder_number = -1
|
||||
|
||||
nodes.append({
|
||||
|
Loading…
x
Reference in New Issue
Block a user