chiark / gitweb /
tube-crossdrill-jig wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 24 May 2013 22:56:22 +0000 (23:56 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 24 May 2013 22:56:22 +0000 (23:56 +0100)
tube-crossdrill-jig.scad

index 971c5689bfbfc893337f490fdcd2dc070517716f..f1c71498b106b38e65798c5ad4f40adfe4ce956f 100644 (file)
@@ -9,6 +9,7 @@ tubetubethick=2;
 tubetubetopslop=1;
 
 boltholedia = 6.5 + 0.5;
 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
 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,
        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]) {
              mainframemaxz + 10]);
       for (m=[0,1]) {
        mirror([m,0,0]) {