From: Jan "Yenya" Kasprzak Date: Fri, 4 May 2018 09:55:35 +0000 (+0200) Subject: ft scout landing gear - wider, baseplate added X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=c00502087e3254084ffa21400f63f36707f59860;p=things.git ft scout landing gear - wider, baseplate added --- 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])