mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
CURA-4400 Apply correct shader to grouped nodes
This commit is contained in:
parent
5993847c4a
commit
9dc50ec73f
2 changed files with 10 additions and 5 deletions
|
@ -197,10 +197,6 @@ class StartSliceJob(Job):
|
|||
if getattr(node, "_outside_buildarea", False) and not is_non_printing_mesh:
|
||||
continue
|
||||
|
||||
#node_position = node.callDecoration("getActiveExtruderPosition")
|
||||
#if not stack.extruders[str(node_position)].isEnabled:
|
||||
# continue
|
||||
|
||||
temp_list.append(node)
|
||||
if not is_non_printing_mesh:
|
||||
has_printing_mesh = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue