nophead / NopSCADlib

Library of parts modelled in OpenSCAD and a framework for making projects
GNU General Public License v3.0
1.17k stars 155 forks source link

Countersink holes in sheet material #264

Closed tpimh closed 8 months ago

tpimh commented 8 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: main

When I try to cut countersink holes in it using difference, it breaks: main

The problem only exists in preview, render shows correct geometry: main

Is there a way to cut countersink holes nicely in sheet material using NopSCADlib?

tpimh commented 8 months ago

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! main