From: daniel watson Date: Thu, 5 Dec 2013 21:33:19 +0000 (-0800) Subject: 17. complete caster standoff X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=commitdiff_plain;h=a56a57012aca62d98a1394fb514873243abf70be 17. complete caster standoff --- diff --git a/3d-printables/caster-standoff.scad b/3d-printables/caster-standoff.scad index aff2eb5..3fa97cc 100644 --- a/3d-printables/caster-standoff.scad +++ b/3d-printables/caster-standoff.scad @@ -13,14 +13,14 @@ ball_radius = ball_diameter / 2; wall_thickness = 1; holder_floor = 3; -holder_arms_length = 10; +holder_arms_length = 17; holder_height = holder_floor + holder_arms_length + (25 / 32) * ball_diameter; holder_radius = ball_radius + wall_thickness; holder_diameter = holder_radius * 2; standoff_radius = holder_radius; // 0.580 / 2 inches from spec sheet -standoff_height = 48; // eyeballed +standoff_height = 48 - holder_height; // eyeballed // eyeballed caster flange height, (0.580/5) inches, times 2 to be stronger caster_flange_height = 5; @@ -76,5 +76,4 @@ module caster_standoff(){ translate([0, 0, standoff_height]){ ball_holder();}} -//caster_standoff(); -ball_holder(); +caster_standoff();