From: Ian Jackson Date: Sat, 23 Jul 2016 13:11:54 +0000 (+0100) Subject: earring-stand: introduce test_main_th (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4d24d42f76950cb6d5724b85af8586706942794e;p=reprap-play.git earring-stand: introduce test_main_th (nfc) --- diff --git a/earring-stand.scad b/earring-stand.scad index 805fe0f..643e0e3 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -10,6 +10,7 @@ eclip_ult_angle = 44; eclip_base_epsilon = 0.5; test_alpha = 10; +test_main_th = 1.5; // calculated @@ -59,4 +60,4 @@ module EclipPPlan(main_th){ } color("red") EclipLPlan(test_alpha); -color("blue") rotate(test_alpha) EclipPPlan(1.5); +color("blue") rotate(test_alpha) EclipPPlan(test_main_th);