From 0d21b28adfa3f1909a9be16e672af2a72936098a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 18:41:45 +0100 Subject: [PATCH] earring-stand: try bigger eclip_each_every --- earring-stand.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/earring-stand.scad b/earring-stand.scad index b2c001c..5ee5a61 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -16,13 +16,14 @@ eclip_ult_angle = 44; eclip_base_epsilon = 0.5; eclip_each_len = 6; -eclip_each_every = 15; +eclip_each_every = 29; 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); +echo("test_len",test_len); // calculated @@ -197,4 +198,4 @@ module Demo(){ //TestProtr(); //TestRAProtr(); //Sketch(); -Demo(); +//Demo(); -- 2.30.2