From 17e3b87c0a96e5ad1aff6cead7213038820f7558 Mon Sep 17 00:00:00 2001 From: daniel watson Date: Sun, 8 Sep 2013 09:29:43 -0700 Subject: [PATCH] comment where the measurements come from --- caster-standoff.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caster-standoff.scad b/caster-standoff.scad index 90317c8..f61ac3a 100644 --- a/caster-standoff.scad +++ b/caster-standoff.scad @@ -7,9 +7,9 @@ $fn = 100; module ball_screws(){ - between = 14.732; - screw_radius = 2.286/2; - screw_length = 20; + between = 14.732; // 0.580 inches + screw_radius = 2.286/2; // 0.090 inches + screw_length = 15; // i made this up translate([between/2, 0, 0]) cylinder(h = screw_length, r = screw_radius); translate([-between/2, 0, 0]) cylinder(h = screw_length, r = screw_radius);} -- 2.30.2