summaryrefslogtreecommitdiff
path: root/testdata/scad/features/minkowski2-tests.scad
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2014-01-18 23:29:35 (GMT)
committerMarius Kintel <marius@kintel.net>2014-01-18 23:29:35 (GMT)
commit87231f31346149302c5930748ff389d65eadbeb9 (patch)
tree54ed848b2ef14ca8fc7e55eb19e7186b19e494e2 /testdata/scad/features/minkowski2-tests.scad
parentf881efe47787eb5b58cb5ae50cb3dcff0b64d18c (diff)
Added tests for minkowski with only one child
Diffstat (limited to 'testdata/scad/features/minkowski2-tests.scad')
-rw-r--r--testdata/scad/features/minkowski2-tests.scad3
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/scad/features/minkowski2-tests.scad b/testdata/scad/features/minkowski2-tests.scad
index 08f3d98..37fad27 100644
--- a/testdata/scad/features/minkowski2-tests.scad
+++ b/testdata/scad/features/minkowski2-tests.scad
@@ -29,3 +29,6 @@ module roundedBox2dHole() {
translate([-20,5,0]) roundedBox2dHole();
translate([0,0,0]) roundedBox2dCut();
translate([25,0,0]) roundedBox2dSimple();
+
+// One child
+translate([0,-20,0]) minkowski() { square(10); }
contact: Jan Huwald // Impressum