From 2f58bc86da89891f5f540e61396a6e33f6713829 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 14:37:56 +0100 Subject: [PATCH] earring-stand: introduce test_len (nfc) --- earring-stand.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/earring-stand.scad b/earring-stand.scad index abca4e1..bc15e05 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -16,6 +16,7 @@ test_alpha = 10; test_main_th = 1.5; test_eclips = 5; test_base_th = 2.5; +test_len = eclip_each_len + eclip_each_every*(test_eclips-1); // calculated @@ -95,7 +96,7 @@ module TestBase(){ } translate([-r2, -eclip_each_len, -test_base_th]) cube([r2*2, - eclip_each_len + eclip_each_every*(test_eclips-1), + test_len, test_base_th]); } -- 2.30.2