diff options
Diffstat (limited to 'testdata/scad/features/include test6.scad')
-rw-r--r-- | testdata/scad/features/include test6.scad | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testdata/scad/features/include test6.scad b/testdata/scad/features/include test6.scad deleted file mode 100644 index 0d96b26..0000000 --- a/testdata/scad/features/include test6.scad +++ /dev/null @@ -1,7 +0,0 @@ -module test6() -{ - difference() { - cube(center=true); - cylinder(r=0.4, h=2, center=true); - } -} |