decreased padding width of lm8uu bearing to have tighter fit
authorJohn Yang <lj.johnyang@gmail.com>
Thu, 7 Jun 2012 13:00:04 +0000 (09:00 -0400)
committerJohn Yang <lj.johnyang@gmail.com>
Thu, 7 Jun 2012 13:00:04 +0000 (09:00 -0400)
bushing.scad

index 6371717..75b397e 100644 (file)
@@ -167,7 +167,7 @@ module linear_holder_base(length, fillet=false){
             translate([0,0,0]) cylinder(h = length, r=lm8uu_radius+2.5, $fn=60);
         }
         //main axis
-        translate([0,0,-2]) cylinder(h = length+4, r=(lm8uu_diameter+0.8)/2, $fn=50);
+        translate([0,0,-2]) cylinder(h = length+4, r=(lm8uu_diameter+0.2)/2, $fn=50);
         // not needed for zip tie
         //main cut
         translate([10,0,length/2]) cube([20,14,length+4], center = true);