From a56a57012aca62d98a1394fb514873243abf70be Mon Sep 17 00:00:00 2001 From: daniel watson Date: Thu, 5 Dec 2013 13:33:19 -0800 Subject: [PATCH] 17. complete caster standoff --- 3d-printables/caster-standoff.scad | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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(); -- 2.30.2