From cdc4574a9c1d6be012eab8e49b55e4472a71d563 Mon Sep 17 00:00:00 2001 From: Giles Bathgate Date: Sun, 10 Apr 2011 10:10:42 +0100 Subject: Updated test, you no longer need to union the ojects passed to hull. 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); - } } -- cgit v0.10.1