From 4d24d42f76950cb6d5724b85af8586706942794e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 14:11:54 +0100 Subject: [PATCH] earring-stand: introduce test_main_th (nfc) --- earring-stand.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.30.2