From 65dc743fac2af6e0b6e441ca910ee0a8ae4eef04 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 May 2013 23:56:22 +0100 Subject: [PATCH] tube-crossdrill-jig wip --- tube-crossdrill-jig.scad | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tube-crossdrill-jig.scad b/tube-crossdrill-jig.scad index 971c568..f1c7149 100644 --- a/tube-crossdrill-jig.scad +++ b/tube-crossdrill-jig.scad @@ -9,6 +9,7 @@ tubetubethick=2; tubetubetopslop=1; boltholedia = 6.5 + 0.5; +boltholeslotshorter = 6; mainframeholedia = 5 + 0.5; // "slot" refers to the things in the base of the drill press stand @@ -86,7 +87,7 @@ module Jig(){ TubeThing(10, tubedia, 0, 5); translate([-boltholedia/2, mainframeminy - 1, -5]) cube([boltholedia, - -mainframeminy + 1 - rearwallthick - 0.1, + -mainframeminy + 1 - rearwallthick - boltholeslotshorter, mainframemaxz + 10]); for (m=[0,1]) { mirror([m,0,0]) { -- 2.30.2