Marius Kintel

Results 92 issues of Marius Kintel
trafficstars

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...

OS: macOS

![BountySource](https://api.bountysource.com/badge/issue?issue_id=27441802) 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() {...

Bug: Crash
Dep: CGAL
Ext: CGAL
Fixed by manifold

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...

Comp: Build system
OS: macOS
Type: Maintenance

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...

Type: Enhancement
Dep: CGAL
Comp: GUI
Tag: Manifold

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...

Type: Enhancement
Tag: Manifold

[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:...

Dep: CGAL
Type: Bug
Fixed by manifold