mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 19:35:53 +08:00
Fix SolidView to use isNonPrintingMesh decorator call
CURA-4705
This commit is contained in:
parent
ae86a838e0
commit
107f6aff78
@ -110,7 +110,7 @@ class SolidView(View):
|
||||
except ValueError:
|
||||
pass
|
||||
|
||||
if getattr(node, "_non_printing_mesh", False):
|
||||
if node.callDecoration("isNonPrintingMesh"):
|
||||
if per_mesh_stack and (per_mesh_stack.getProperty("infill_mesh", "value") or per_mesh_stack.getProperty("cutting_mesh", "value")):
|
||||
renderer.queueNode(node, shader = self._non_printing_shader, uniforms = uniforms, transparent = True)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user