From f69e678e2d115bd4bbcc1018096bd83d79ce2245 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 23 Jul 2016 18:44:00 +0100 Subject: [PATCH] earring-stand: try eclips other way round --- earring-stand.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/earring-stand.scad b/earring-stand.scad index 5ee5a61..e3df5ac 100644 --- a/earring-stand.scad +++ b/earring-stand.scad @@ -91,13 +91,13 @@ module EclipPPlan(main_th){ module TestBase(){ ////toplevel translate([0,0, eclip_base_offset]){ - for (i=[0 : 2: test_eclips-1]) { + for (i=[1 : 2: test_eclips-2]) { translate([0, i*eclip_each_every]) rotate([90,0,0]) linear_extrude(height=eclip_each_len) EclipLPlan(test_alpha); } - for (j=[1 : 2: test_eclips-2]) { + for (j=[0 : 2: test_eclips-1]) { translate([0, j*eclip_each_every]) rotate([90,0,0]) linear_extrude(height=eclip_each_len) -- 2.30.2