From d5cf035b7812e1b7f90c0efe0d93d076ae620395 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 13 Jun 2013 10:23:08 +0100 Subject: [PATCH] Revert "belt-slot-cut-jig: transpose punch shape (as that seems to be what we should do)" This reverts commit b5c3f52029b2db29e620ea3f5d4ee1700e4e4d8c. Conflicts: belt-slot-cut-jig.scad --- belt-slot-cut-jig.scad | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/belt-slot-cut-jig.scad b/belt-slot-cut-jig.scad index bd12b9c..c613c8f 100644 --- a/belt-slot-cut-jig.scad +++ b/belt-slot-cut-jig.scad @@ -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(); -- 2.30.2