Marius Kintel
Marius Kintel
When running a native M1 build of OpenSCAD, it looks like OpenGL falls back to SW rendering in some cases. Cmd-line output: ``` FALLBACK (log once): Fallback to SW vertex...
 The following code causes a crash in CGAL. Note: It appears that this CGAL exception isn't catchable since the CGAL's Nef_polyhedron_3 destructor crashes during unwinding. ``` module object() {...
We build universal binaries (arm64 + x86_64) for macOS. However, the two architectures requires different minimum macOS version to run: arm64 is only available since macOS 11, and our x86_64...
Some of the sendCheckReply*() methods failed to correctly return false on timeout. This fix simply equalized behavior for all such methods.
Added a simple getOperator() method. To be nice to memory, a length argument is passed to limit the number of bytes passed from the SIM800 operator string to the calling...
We can currently switch between CGAL and Manifold rendering by switching on the Manifold experimental feature. Once we move Manifold out of experimental, we'd need a different mechanism for switching...
We currently issue a warning if someone tries to specify a polyhedron which does not represent a manifold topology: ``` WARNING: PolySet -> Manifold conversion failed: NotManifold Trying to repair...
[examples/Basics/projection.scad](https://github.com/openscad/openscad/blob/master/examples/Basics/projection.scad) works in OpenSCAD-2021.01 but is currently exhibiting a regression (non-experimental build / no features enabled): It renders nothing and the following messages shows up on the console: ``` ERROR:...