chiark / gitweb /
earring-stand: try eclips other way round
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 17:44:00 +0000 (18:44 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Jul 2016 17:44:00 +0000 (18:44 +0100)
earring-stand.scad

index 5ee5a612c6e7fa121684e370908e9e707cab1766..e3df5ac49ac68db3046ff23e5d56cbc2fce4224f 100644 (file)
@@ -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)