chiark / gitweb /
10254 better formatting
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 19:51:11 +0000 (20:51 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 23 Aug 2012 19:51:11 +0000 (20:51 +0100)
th-10254/tower-base.scad

index 4bc9add88435fff0c48929313b0c9cecf0bf8cf5..26297b238f1ad6bf8f0e43e318eb7a7a624dd747 100644 (file)
@@ -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]);
                }