diff options
| author | Marius Kintel <marius@kintel.net> | 2011-04-12 15:51:45 (GMT) | 
|---|---|---|
| committer | Marius Kintel <marius@kintel.net> | 2011-04-12 15:51:45 (GMT) | 
| commit | 1754a970a76c071fff91cc7c716aa0b78b4ac6be (patch) | |
| tree | 5faa0fad3b5324423cd44413d5fdd16c586c1e29 /testdata/scad | |
| parent | 592ca6abadcb6443629be4407b973279a891278c (diff) | |
| parent | a3cfe9e6d76f41cbd13711d1bc3843afe3d14f2d (diff) | |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'testdata/scad')
| -rw-r--r-- | testdata/scad/convex_hull.scad | 5 | 
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); +} | 
