Closed tpimh closed 10 months ago
Probably, a broader OpenSCAD issue, but I'll post it here anyway.
I have a sheet of PMMA6 with holes. It is rendered very well using render_2D_sheet:
render_2D_sheet
When I try to cut countersink holes in it using difference, it breaks:
difference
The problem only exists in preview, render shows correct geometry:
Is there a way to cut countersink holes nicely in sheet material using NopSCADlib?
Sorry for opening this issue, I should have read the documentation first. I should have used render_sheet instead of render_2D_sheet. Changed it now, and it looks amazing!
render_sheet
Probably, a broader OpenSCAD issue, but I'll post it here anyway.
I have a sheet of PMMA6 with holes. It is rendered very well using
render_2D_sheet
:When I try to cut countersink holes in it using
difference
, it breaks:The problem only exists in preview, render shows correct geometry:
Is there a way to cut countersink holes nicely in sheet material using NopSCADlib?