chiark / gitweb /
tube-crossdrill-jig wip
[reprap-play.git] / tube-crossdrill-jig.scad
index f1c71498b106b38e65798c5ad4f40adfe4ce956f..a7f35b2794d4a454371e3cf5a256c4cc8d836a91 100644 (file)
@@ -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]);
     }
   }
 }