From: Ian Jackson Date: Sat, 23 Jul 2016 17:44:00 +0000 (+0100) Subject: earring-stand: try eclips other way round X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=f69e678e2d115bd4bbcc1018096bd83d79ce2245 earring-stand: try eclips other way round --- 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)