summaryrefslogtreecommitdiff
path: root/testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-31 06:20:38 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-31 06:20:38 (GMT)
commitdf731159d4abb15cc6d5f1c153beb498421789c3 (patch)
tree8a349c31f3e7f3a2011ccfeafdc708001dc11e53 /testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
parent46a9af8594b4ce16d4ca55ebf59e2fd7a847081c (diff)
Removed obsolete tests
Diffstat (limited to 'testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad')
-rw-r--r--testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad9
1 files changed, 0 insertions, 9 deletions
diff --git a/testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad b/testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
deleted file mode 100644
index 754a2a6..0000000
--- a/testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad
+++ /dev/null
@@ -1,9 +0,0 @@
-difference() {
- rotate_extrude($fn=5) translate([4,0,0]) square([10, 10], center=true);
- translate([6,6,6]) sphere(r=10);
-}
-
-union() {
- rotate_extrude($fn=5) translate([4,0,0]) square([10, 10], center=true);
- cylinder(h=5,r=3);
-}
contact: Jan Huwald // Impressum