X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=fin-joiner.scad;h=843846cc86fb97ddc6c86d38f4a8e5a12bb1317c;hb=HEAD;hp=53e0711ba749b95577b41e9cc82782de744df47c;hpb=62d4b4de354d9551fb9a33ebb48e80ddd806b0df;p=things.git diff --git a/fin-joiner.scad b/fin-joiner.scad index 53e0711..843846c 100644 --- a/fin-joiner.scad +++ b/fin-joiner.scad @@ -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); }