From 156f58babd6c3cd3076b7ce55d7954397af1b351 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 12 Jun 2013 23:22:18 +0100 Subject: [PATCH] belt-slot-cut-jig: more measurements, and reduce travel again --- belt-slot-cut-jig.scad | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/belt-slot-cut-jig.scad b/belt-slot-cut-jig.scad index e33d4e5..5af3785 100644 --- a/belt-slot-cut-jig.scad +++ b/belt-slot-cut-jig.scad @@ -21,7 +21,7 @@ strap_width = 26.75 + 0.7; strap_thick = 3; edgewall_width = 3; -punch_travel = 12; +punch_travel = 8; main_slop = 0.5; @@ -44,7 +44,11 @@ crewpunch_shape = [ 10, [1.6, 6.5], [2.1, 12.8] ], [ 12, [1.8, 6.6], [2.3, 12.7] ], [ 14, [2.1, 6.8], [2.6, 13.0] ], - [ 16, [2.4, 6.9], [2.7, 13.2] ]]; + [ 16, [2.4, 6.9], [2.7, 13.2] ], + [ 18, [2.5, 7.0], [2.9, 13.3] ], + [ 22, [3.1, 7.1], [3.2, 13.4] ], + [ 26, [3.3, 7.2], [3.5, 13.6] ], + ]; crewpunch_shaft_max_y = 7.5; -- 2.30.2