X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=madstab-joiner-end.scad;h=390499d0f0bd330fa1ca3c81de530ac5d9c74b5e;hb=88defae291084a89867ada3a3aa57607c03f453d;hp=e72d989ec84a829d276ebb918b33a9ef8f48d27f;hpb=b24bf4c10595b5551788aa886304e12076232fd9;p=things.git diff --git a/madstab-joiner-end.scad b/madstab-joiner-end.scad index e72d989..390499d 100644 --- a/madstab-joiner-end.scad +++ b/madstab-joiner-end.scad @@ -1,7 +1,7 @@ eps = 0.01; infty = 200; -wall = 1.5; +wall = 2.0; thin_wall = 0.6; stab_tube_d = 2.0 + 0.5; @@ -34,6 +34,13 @@ module body() { rotate([0, 90, 0]) cylinder(r = stab_tube_d2/2+stab_tube_wall+eps, h = stab_tube_l); } + // side support + hull() { + translate([fuse_tube_d/2 - eps, -fuse_tube_l/2, 0]) + cube([eps, eps, thin_wall]); + translate([fuse_tube_d/2 - eps, fuse_tube_l/2-eps, 0]) + cube([stab_tube_l - fuse_tube_d - wall, eps, thin_wall]); + } } difference() {