From: daniel watson Date: Wed, 4 Dec 2013 05:31:22 +0000 (-0800) Subject: 9. squeeze fit the ball a little better X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=87816db670cfeed5fcd148ab2c254264956ec761 9. squeeze fit the ball a little better --- diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index 27288fa..a385735 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.25; +ball_diameter = 12.7 + 1.125; ball_radius = ball_diameter / 2; wall_thickness = 1;