]> www.fi.muni.cz Git - things.git/blobdiff - fin-joiner.scad
printed modifications
[things.git] / fin-joiner.scad
index f295762f227604c46ceef730d1a79e9df5d55492..53e0711ba749b95577b41e9cc82782de744df47c 100644 (file)
@@ -4,14 +4,14 @@ infty = 200;
 wall = 1.5;
 thin_wall = 0.6;
 
-stab_tube_d = 2.0 + 0.5;
+stab_tube_d = 2.0 + 0.8;
 stab_tube_l = 15;
 
 stab_tube_off = 4;
 stab_tube_wall = 1.0;
 pulley_d = 8;
 
-fuse_tube_d = 8.0;
+fuse_tube_d = 8.0 + 0.2;
 fuse_tube_l = 12;
 
 slot_w = 4;
@@ -41,7 +41,7 @@ module body() {
                translate([fuse_tube_d/2 + wall/2, -thin_wall/2, fuse_tube_l - eps])
                        cube([eps, thin_wall, eps]);
                translate([fuse_tube_d/2 + wall/2, -3*stab_tube_wall/2, stab_tube_d+1.5*stab_tube_wall])
-                       cube([eps, 3*stab_tube_wall, eps]);
+                       cube([slot_w+wall, 3*stab_tube_wall, stab_tube_off]);
        }
 }