From: Ian Jackson Date: Thu, 23 Aug 2012 19:51:11 +0000 (+0100) Subject: 10254 better formatting X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?p=dl-things.git;a=commitdiff_plain;h=b97202f9e11502b79848fd8e15cf6863066730fc 10254 better formatting --- diff --git a/th-10254/tower-base.scad b/th-10254/tower-base.scad index 4bc9add..26297b2 100644 --- a/th-10254/tower-base.scad +++ b/th-10254/tower-base.scad @@ -24,10 +24,12 @@ module corner() { echo(sqrt(2)*slope); translate([-mw2,-mw2,0]) union(){ - difference(){ union(){ - cylinder(r=pillarthick/2, h=frameheight); - translate([0,0,frameheight]) sphere(r=pillarthick/2); - } + difference(){ + union(){ + cylinder(r=pillarthick/2, h=frameheight); + translate([0,0,frameheight]) + sphere(r=pillarthick/2); + } translate([0,0,-1]) cube([mw2,mw2,frameheight+pillarthick+2]); }