RonaldoCMP

Results 4 issues of RonaldoCMP

Still missing regression test files: - [ ] test_attachements.scad - [ ] test_beziers.scad - [ ] test_bosl1_compat.scad - [ ] test_bottlecasp.scad - [ ] test_constants.scad (?) - [ ] test_distributors.scad...

Testing

A good way to represent polygons with holes is by what we call a "fake simple polygon" (FSP) (I guess nophead call it a "keyhole representation"). It is a polygon...

Dep: CGAL
Type: Render Issue
Tag: Manifold

The `refine()` function is not returning a mesh satisfying the criteria expressed by its argument `limit`. I could not realize why but confirmed it by the following two lines: ```...

I have tried unionRound with: ``` unionRound(1, 2) { translate([2, 5, 5]) union() { sphere(6); cylinder(8); } rotate([10, 20, 30]) cube(10, true); } ``` and it fails to respect the...