From 415fa8da0ea895039626c6a89bd2e7e88d716fa4 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 24 May 2013 23:59:56 +0100 Subject: [PATCH] tube-crossdrill-jig wip --- tube-crossdrill-jig.scad | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tube-crossdrill-jig.scad b/tube-crossdrill-jig.scad index f1c7149..a7f35b2 100644 --- a/tube-crossdrill-jig.scad +++ b/tube-crossdrill-jig.scad @@ -61,6 +61,12 @@ module MainFrame(){ [slotplugdepth / sqrt(2) + slotwidth * sqrt(2), -slotplugdepth], [slotplugdepth / sqrt(2), -slotplugdepth]]); + translate([-1, + -rearwallthick - boltholeslotshorter + 0.2, + tubedia + tubetubetopslop + tubetubethick + 4]) + cube([keepslotx - 10 + 1, + boltholeslotshorter + 0.5, + 3]); } } } -- 2.30.2