Updated test, you no longer need to union the ojects passed to hull.

stl_dim
Giles Bathgate 2011-04-10 10:10:42 +01:00
parent ded6d3b1b4
commit cdc4574a9c
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
hull() {
union() {
translate([15,10,0])
circle(10);
circle(10);
}
}