From: Ian Jackson Date: Fri, 24 May 2013 22:59:56 +0000 (+0100) Subject: tube-crossdrill-jig wip X-Git-Tag: filamentspool-v2-release~578 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=415fa8da0ea895039626c6a89bd2e7e88d716fa4;ds=sidebyside tube-crossdrill-jig wip --- 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]); } } }