chiark / gitweb /
filamenttrestle make bar resolution better
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 01:30:53 +0000 (02:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 18 Oct 2012 01:30:53 +0000 (02:30 +0100)
filamenttrestle.scad

index 0435494e34255bcfe854d43054c500fd72fe26c8..409a1a2f1661b324106f2495d0d00ecde069f680 100644 (file)
@@ -100,7 +100,7 @@ module Bar(){ ////toplevel
     }
     translate([0,0,barz]) {
       translate([-100,0,0])
     }
     translate([0,0,barz]) {
       translate([-100,0,0])
-       rotate([0,90,0]) cylinder(r=axlerad, h=200, $fn=30);
+       rotate([0,90,0]) cylinder(r=axlerad, h=200, $fn=60);
     }
   }
 }
     }
   }
 }