From: daniel watson Date: Tue, 4 Aug 2015 22:18:30 +0000 (-0700) Subject: cover more of the ball with ball holder X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=ee3f973b1b5e80e6c5cb1cc6396874f97db4d738;ds=sidebyside cover more of the ball with ball holder --- diff --git a/3d-printables/caster-standoff-data.scad b/3d-printables/caster-standoff-data.scad index e5b3dbd..8b39e1d 100644 --- a/3d-printables/caster-standoff-data.scad +++ b/3d-printables/caster-standoff-data.scad @@ -18,12 +18,18 @@ ball_radius = ball_diameter / 2; standoff_height = 60; // kyle eyeballed +/* + notes on printing: + * slow down just before top solid infill of deck flange + * slow down just before switching from solid to forked portion of standoff + */ + gap = 3; wall_thickness = 1; holder_floor = 3; holder_arms_length = 20; holder_height = - holder_floor + holder_arms_length + (11 / 16) * ball_diameter; + holder_floor + holder_arms_length + (3 / 4) * ball_diameter; holder_radius = ball_radius + wall_thickness; holder_diameter = holder_radius * 2;