diff options
author | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-10 09:10:42 (GMT) |
---|---|---|
committer | Giles Bathgate <gilesbathgate@gmail.com> | 2011-04-10 09:10:42 (GMT) |
commit | cdc4574a9c1d6be012eab8e49b55e4472a71d563 (patch) | |
tree | 8c95894d777e0037a2c6ff98fb05acbcd8d456bf | |
parent | ded6d3b1b45c965ec5da81befe1b0d2c7ae31209 (diff) |
Updated test, you no longer need to union the ojects passed to hull.
-rw-r--r-- | testdata/scad/convex_hull.scad | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testdata/scad/convex_hull.scad b/testdata/scad/convex_hull.scad index 0f6c073..8255417 100644 --- a/testdata/scad/convex_hull.scad +++ b/testdata/scad/convex_hull.scad @@ -1,7 +1,5 @@ hull() { - union() { translate([15,10,0]) circle(10); circle(10); - } } |