X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ft-scout-landing-gear-support.scad;h=9063f6c950775a692cea285665478f6e6452f974;hb=HEAD;hp=f1244a1be3789d349768361a9638e230531f76f4;hpb=70b3f31179cdeacde1c26df74e54d9f7d3148e0a;p=things.git diff --git a/ft-scout-landing-gear-support.scad b/ft-scout-landing-gear-support.scad index f1244a1..9063f6c 100644 --- a/ft-scout-landing-gear-support.scad +++ b/ft-scout-landing-gear-support.scad @@ -2,11 +2,13 @@ infty = 100; eps = 0.01; fuse_w = 40; -gear_w = fuse_w - 16; -gear_l = 40; // 26 +fuse_l = 50; + +gear_w = fuse_w - 6; +gear_l = fuse_l - 5; // 26 spring_l = 6; -base_w = fuse_w - 10; +base_w = fuse_w; base_l = gear_l + 5; base_h = 1.2; base_beam_w = spring_l + 2; @@ -30,7 +32,12 @@ hook_h = base_h + base_reinf_h/2; side_hook_angle = 4; side_hook_angle_cut = 10; +base_h = 0.6; + module body() { + // base plate + translate([0, -fuse_w/2, 0]) cube([fuse_l, fuse_w, base_h]); + // wide beam hull() { translate([0, -base_w/2, 0])