Haskell-Things / ImplicitCAD

A math-inspired CAD program in haskell. CSG, bevels, and shells; 2D & 3D geometry; 2D gcode generation...
https://implicitcad.org/
GNU Affero General Public License v3.0
1.41k stars 142 forks source link

rotateExtrude running into minimum: empty list #489

Open julialongtin opened 4 months ago

julialongtin commented 4 months ago
rotate_extrude(360) translate([24,0]) intersection() { difference() { circle(4); circle(3); } translate([-4, -1]) square([8,5]); }

play with the 360 there. reported that over 360 it fails, under 360 it succeeds.