diff options
Diffstat (limited to 'testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad')
-rw-r--r-- | testdata/scad/bugs/rotate-diff-nonmanifold-crash.scad | 9 |
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); -} |