Marius Kintel
Marius Kintel
Oh, hadn't paid attention to that one. @aprotim could you take a look at that other PR and perhaps discuss with the other author how to best proceed from a...
The challenge is that, to disable GPU usage, we need to find a CPU driver for OpenGL. The one which ships with Windows is ancient and no usable, since Microsoft...
This fails with the following error: ``` ERROR: CGAL error in CGALUtils::applyUnion3D: CGAL ERROR: precondition violation! Expr: ! _is_valid (_succ2_P) || comp_f (node1_P->object, _succ2_P->object) != LARGER File: /Users/kintel/code/OpenSCAD/libraries/install/include/CGAL/Multiset.h Line: 2346...
Let's keep it open. Until Manifold becomes the default, it's useful to track known CGAL issues.
@doug-moen It's not a bug - it's a workaround for not having namespaces. This makes all top-level values local the the use'd file.
I like the idea of an executable converting files to .scad (or .csg) format, and possibly some UI feature to insert (or reference using import/include) in the editor. If we...