X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;ds=sidebyside;f=3d-printables%2Fcaster-standoff.scad;h=e89b4022cc7d682f06b09b1c73519867381e0c93;hb=8ddbbb7bba465875367b1c9e20eb8e468c0d1221;hp=e18f3a5ad3297df4b625fb58a728ab56a29daf13;hpb=b0052be59dbad9a02006fe0c5e7312f01f45d81e;p=challenge-bot diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index e18f3a5..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 + 0.5; // extra bit added for printing imprecision +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();