diff options
Diffstat (limited to 'testdata/scad/bugs/projectioncrash.scad')
-rw-r--r-- | testdata/scad/bugs/projectioncrash.scad | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testdata/scad/bugs/projectioncrash.scad b/testdata/scad/bugs/projectioncrash.scad deleted file mode 100644 index 532ef8d..0000000 --- a/testdata/scad/bugs/projectioncrash.scad +++ /dev/null @@ -1,5 +0,0 @@ -// This causes OpenSCAD to crash. See source code comments: -// PolySetCGALEvaluator::evaluatePolySet(const ProjectionNode &node) -// Se also https://github.com/openscad/openscad/issues/80 - -projection(cut=true) translate([0,0,-4.999999]) cube(10, center=true); |