summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/features/minkowski2-tests.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/scad/features/minkowski2-tests.scad b/testdata/scad/features/minkowski2-tests.scad
index 37fad27..92a7dca 100644
--- a/testdata/scad/features/minkowski2-tests.scad
+++ b/testdata/scad/features/minkowski2-tests.scad
@@ -32,3 +32,10 @@ translate([25,0,0]) roundedBox2dSimple();
// One child
translate([0,-20,0]) minkowski() { square(10); }
+
+// >2 children
+translate([-20,-20,0]) minkowski() {
+ square(10);
+ square(2, center=true);
+ circle(1);
+}
contact: Jan Huwald // Impressum