Marius Kintel
Marius Kintel
Attempt to address #4059 and #5259
We recently added the `-DUSE_BUILTIN_MANIFOLD` CMake flag, defaulting to true, but the support for setting this flag to false is incomplete. TODO: * [ ] macOS: Build our own Manifold...
The current latest release (OpenSCAD-2021.01) is not signed and notarized. An attempt to sign and notarize the current binary was done as part of #880, but resulted in a binary...
Supersedes #5196 TODO: * [ ] Run benchmarks from #5196 * [ ] Re-establish benchmarks using https://github.com/kintel/openscad-benchmark
`color() cube()` exports as a black cube, while it renders as a default (yellow) colored cube in OpenSCAD. Only tested with lib3mf v2 on macOS. Needs: * [x] Add test...
On macOS, we build our own dependencies for distribution, but we don't have automated tests using these dependencies or the resulting binary. This is suboptimal, as we run the risk...
**Describe the bug** 1. Launch OpenSCAD 2. Create a minimal design, e.g. `sphere();` 3. Save -> enter a new filename, e.g. `sphere.scad` 4. Observe that the tab changes its title...
Make `textmetrics()` release ready: * [ ] Final API validation * [ ] Move out of experimental * [ ] Validate test coverage * [x] Manual entry * [x] Cheat...
An interactive measurement tool was added in #4813. The tool works reasonable well, but it has some weaknesses causing some user frictions: * It only works after rendering (F6) in...
Draft: We still have a couple of issues to resolve before making the switch: #5485 and #5866