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