diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 16:53:19 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-09 16:53:19 (GMT) |
commit | 5d5c745fdecd2580b5254cc1fd758bdc31ff88ba (patch) | |
tree | d3a6214069a48371b4a58f6ab0cf4fa47e4f1a77 /testdata | |
parent | 5ef540054cc4a548a78eb78318e527f0e283ece8 (diff) |
Slight improvement. You no longer need an arbitary shape in the script for it to work.
See changes in testdata/scad/convex_hull.scad The square(2) was never
rendered it was just there because the hull is calculated when it
itterates onto the second child. I also removed the unneeded parameter.
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/convex_hull.scad | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testdata/scad/convex_hull.scad b/testdata/scad/convex_hull.scad index 7db6817..0f6c073 100644 --- a/testdata/scad/convex_hull.scad +++ b/testdata/scad/convex_hull.scad @@ -4,5 +4,4 @@ hull() { circle(10); circle(10); } - square(2); } |