Closed benjamind2330 closed 4 years ago
This can be reproduced with just a half_joiner()
and a cube:
include <BOSL/constants.scad>
use <BOSL/transforms.scad>
use <BOSL/joiners.scad>
up(10) half_joiner(h=20);
cube();
As the half joiner is constructed purely from geometry and is NOT assembled using polyhedron()
, this is some sort of bug in OpenSCAD itself. I'll see if I can work around it.
Fixed this by removing calls to render()
from joiners.scad.
6f8d489d2cb7c00c42cf236626922ebe73e63ff4
Would you mind fixing this also in BOSL2. A first test looked promising. Thanks
Describe the bug You can render in openscad the half_joiner2, i have even exported to stl and printed one. But when attempting to combine it with other things, you cannot render it. You also cannot render the
joiner
at all.You get the error:
Code To Reproduce Bug
Then use F6 to render.
Expected behavior I expect to be able to render this simple combination of joiner and shape.
Additional context Add any other context about the problem here.