]> www.fi.muni.cz Git - things.git/blobdiff - fin-joiner.scad
switch holder.scad
[things.git] / fin-joiner.scad
index 53e0711ba749b95577b41e9cc82782de744df47c..843846cc86fb97ddc6c86d38f4a8e5a12bb1317c 100644 (file)
@@ -12,7 +12,7 @@ stab_tube_wall = 1.0;
 pulley_d = 8;
 
 fuse_tube_d = 8.0 + 0.2;
-fuse_tube_l = 12;
+fuse_tube_l = 25;
 
 slot_w = 4;
 
@@ -62,5 +62,10 @@ difference() {
        rotate([0, 90, 0])
        rotate([0, 0, 90])
                cylinder(r = pulley_d/2, h = stab_tube_off, $fn = 6);
+       // bottom side
+       translate([-fuse_tube_d/2-wall, 0, pulley_d/2 + stab_tube_d + 1.5*stab_tube_wall])
+       rotate ([0, 30, 0])
+       translate([-infty, -infty/2, -infty/2])
+               cube(infty);
 }