X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=3d-printables%2Fcaster-standoff.scad;h=e89b4022cc7d682f06b09b1c73519867381e0c93;hb=8ddbbb7bba465875367b1c9e20eb8e468c0d1221;hp=cf7be337620a2fa9eb88859cfcac1ce961c0398f;hpb=aa1f18302948f8d487dc1805011d60e1821ce802;p=challenge-bot diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index cf7be33..e89b402 100644 --- a/3d-printables/caster-standoff.scad +++ b/3d-printables/caster-standoff.scad @@ -8,7 +8,7 @@ $fn = 60; /* measured with calipers */ -ball_diameter = 12.7 + 1; +ball_diameter = 12.7 + 0.75; // extra bit added for printing imprecision ball_radius = ball_diameter / 2; wall_thickness = 1; @@ -74,5 +74,4 @@ module caster_standoff(){ translate([0, 0, standoff_height]){ ball_holder();}} -//caster_standoff(); -ball_holder(); +caster_standoff();