From 3f455e206858bbac17083a8202fdd5ba32fd97c3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 15:11:13 +0100 Subject: [PATCH] earring-stand: introduce eclip_ra_offset (nfc) --- earring-stand.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index abbef45..2f5234e 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -38,6 +38,8 @@ rgap = eclip_gap_rad; eclip_base_offset = r1; eclip_wall_offset = -ppxl; +eclip_ra_offset = r2 - 0.1; + $fn=70; module EclipLPlanCore(alpha){ @@ -122,7 +124,7 @@ module TestRAProtr(){ ////toplevel mirror([1,0,0]) translate([-test_len, -r2, - -(r2 + test_base_th) + 0.1]) + -(eclip_ra_offset + test_base_th)]) cube([test_len, r2*2, test_base_th]); -- 2.30.2