summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2011-04-12 18:35:44 (GMT)
committerMarius Kintel <marius@kintel.net>2011-04-12 18:35:44 (GMT)
commitd24b3cc84d0701a5423925765e515db7df9614c5 (patch)
tree0d63867d8b5a3c6ffe107371caa6b29cf8ad0f02 /testdata
parent633343c47e0d2bced64d47f62e814489b8e76dc2 (diff)
parent1754a970a76c071fff91cc7c716aa0b78b4ac6be (diff)
Ported recent changes to master into the visitor branch
Diffstat (limited to 'testdata')
-rw-r--r--testdata/scad/convex_hull.scad5
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/scad/convex_hull.scad b/testdata/scad/convex_hull.scad
new file mode 100644
index 0000000..8255417
--- /dev/null
+++ b/testdata/scad/convex_hull.scad
@@ -0,0 +1,5 @@
+hull() {
+ translate([15,10,0])
+ circle(10);
+ circle(10);
+}
contact: Jan Huwald // Impressum