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