Haskell-Things / Haskell-Things/ImplicitCAD
rotateExtrude running into minimum: empty list
Open
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
```
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.