chiark / gitweb /
Revert "belt-slot-cut-jig: transpose punch shape (as that seems to be what we should...
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 13 Jun 2013 09:23:08 +0000 (10:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 13 Jun 2013 09:23:08 +0000 (10:23 +0100)
This reverts commit b5c3f52029b2db29e620ea3f5d4ee1700e4e4d8c.

Conflicts:

belt-slot-cut-jig.scad

belt-slot-cut-jig.scad

index bd12b9cbd733859742dc368dd8d308a5fa7d749f..c613c8f45358e0445cd82391a0ea63ea5415c517 100644 (file)
@@ -67,7 +67,7 @@ crewpunch_skew_yoff = 0.6; //mm
 attach_ysz = holder_attach_walls*2 + holder_ctie_width;
 
 holder_block_zsz = crewpunch_biggest_shape[0] - crewpunch_smallest_shape[0];
-holder_xsz = crewpunch_biggest_shape[2][1] + crewpunch_biggest_shape[2][0] +
+holder_xsz = crewpunch_biggest_shape[2][0] + crewpunch_biggest_shape[2][1] +
   holder_min_wall*2;
 
 holder_front_all = crewpunch_shaft_max_y - crewpunch_biggest_shape[1][1]
@@ -99,7 +99,7 @@ module CrewPunch(){
          for(yind=[0,1]) //translate([0,yind?0.5:0,0])
            mirror([xind?1:0,0,0]) mirror([0,yind?0:1,0]){
              translate([-0.1,-0.1,-0.1])
-               cube([0.1 + layer[2][1-xind] + ourslop,
+               cube([0.1 + layer[2][xind] + ourslop,
                      0.1 + layer[1][yind] + ourslop,
                      0.2]);
            }
@@ -121,7 +121,7 @@ module PunchHolder(cutouts=true){
        translate(-translations)
        rotate([0,0,-crewpunch_skew_angle])
        translate(translations)
-       translate([crewpunch_biggest_shape[2][0] + holder_min_wall,
+       translate([crewpunch_biggest_shape[2][1] + holder_min_wall,
                   crewpunch_biggest_shape[1][0] + holder_front_all,
                   -crewpunch_smallest_shape[0]])
          CrewPunch();