X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=tube-crossdrill-jig.scad;h=a7f35b2794d4a454371e3cf5a256c4cc8d836a91;hb=415fa8da0ea895039626c6a89bd2e7e88d716fa4;hp=f1c71498b106b38e65798c5ad4f40adfe4ce956f;hpb=65dc743fac2af6e0b6e441ca910ee0a8ae4eef04;p=reprap-play.git 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]); } } }