Marius Kintel

Results 396 comments of Marius Kintel

Thanks for being patient! Some notes/responses: * We have a meta-issue for automatic mesh repair. It contains some ideas and work in progress: https://github.com/openscad/openscad/issues/1580 * Another way of describing what...

Status as of 2024-03-24: * No longer crashes * The model still doesn't render since the design isn't a manifold topology

I assume this is fixed by now. @theoneandonlyjonasv if you have any updates, please let us know

Status as of 2024-03-24: Works when using manifold, still broken with CGAL

Status as of 2024-03-24: Still broken with both CGAL and Manifold

Revisiting this: > x = [[0,0,0], [0,10,0], [5,5,0], [2,2,2]]; > polyhedron(x, [[0,2,1], [0,1,3], [1,2,3], [0,3,2]] ); This is a well-defined polyhedron and describes a valid manifold topology and geometry. It's...

We've improved STL export quite a bit lately. Are anyone able to verify if this is still a problem with the latest development snapshot?

Screenshot indicating that the (buggy) SW renderer is indeed being used:

This was a build I made as part of #4011, we plan to publish the binaries once we have universal binary support. The current master should build native M1 binaries...