From: daniel watson Date: Wed, 4 Dec 2013 17:05:19 +0000 (-0800) Subject: 11. squeeze ball with just 0.5 space X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=b0052be59dbad9a02006fe0c5e7312f01f45d81e 11. squeeze ball with just 0.5 space --- diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index cf7be33..e18f3a5 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.5; // extra bit added for printing imprecision ball_radius = ball_diameter / 2; wall_thickness = 1;