From: Ian Jackson Date: Sat, 23 Jul 2016 13:37:56 +0000 (+0100) Subject: earring-stand: introduce test_len (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2f58bc86da89891f5f540e61396a6e33f6713829;hp=7371c463687eaedab53b00ed1eb273aa99483e2e;p=reprap-play.git earring-stand: introduce test_len (nfc) --- 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]); }