From 12b7ef805c549c20254105ddca9541a400c31e4a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 10 Jun 2013 16:33:23 +0100 Subject: [PATCH 1/1] belt-slot-cut-jig: introduce jig_overlap --- belt-slot-cut-jig.scad | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/belt-slot-cut-jig.scad b/belt-slot-cut-jig.scad index 6a5175b..f6e954c 100644 --- a/belt-slot-cut-jig.scad +++ b/belt-slot-cut-jig.scad @@ -31,6 +31,8 @@ jig_max_len = 160; // print diagonally registrationgroove_width = 0.8; registrationgroove_depth = 1.2; +jig_overlap = 1; + // from careful measurement crewpunch_shape = @@ -134,7 +136,7 @@ module RegistrationGroove(l){ module OneJig(){ difference(){ - translate([-(jig_interval/2 + 1), + translate([-(jig_interval/2 + jig_overlap), -(strap_width/2 + edgewall_width) - attach_offset, -strap_thick]) cube([jig_interval + 2, -- 2.30.2