From: daniel watson Date: Thu, 25 Sep 2014 06:35:23 +0000 (-0700) Subject: switch to smaller plinko balls for back caster X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=25dc4aac3549c64dce55ea37a62799323528b8f2 switch to smaller plinko balls for back caster --- diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index 6914781..b9d9af9 100644 --- a/3d-printables/caster-standoff.scad +++ b/3d-printables/caster-standoff.scad @@ -10,12 +10,12 @@ use $fn = 60; /* measured with calipers */ -ball_diameter = 12.7 + 0.80; // extra bit added for printing imprecision +ball_diameter = 11 + 1.0; // extra bit added for printing imprecision ball_radius = ball_diameter / 2; standoff_height = 60; // kyle eyeballed -gap = 2; +gap = 3; wall_thickness = 1; holder_floor = 3; holder_arms_length = 20;