From b97202f9e11502b79848fd8e15cf6863066730fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 23 Aug 2012 20:51:11 +0100 Subject: [PATCH] 10254 better formatting --- th-10254/tower-base.scad | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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]); } -- 2.30.2