From: Jan "Yenya" Kasprzak Date: Fri, 26 May 2017 14:11:29 +0000 (+0200) Subject: mini arrow fuselage front part - hardened bottom X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e33c690919f6b1b404f40bdc45a9684dd8379668;p=things.git mini arrow fuselage front part - hardened bottom --- diff --git a/mini-arrow-fuselage-front.scad b/mini-arrow-fuselage-front.scad index 7875dfa..c0e7077 100644 --- a/mini-arrow-fuselage-front.scad +++ b/mini-arrow-fuselage-front.scad @@ -30,6 +30,11 @@ difference() { translate([fuse_l, fuse_w/2, wall + 5]) rotate([0, 60, 0]) translate([0, -infty/2, -infty/2]) cube(infty); + // sides + for (y = [-1, 1]) scale([1, y, 1]) + translate([0, fuse_w/2, -10*0.707]) + rotate([45, 0, 0]) + cube([fuse_l, 10, 10]); }; // wing hole translate([wing_hole_x, -fuse_w/2-eps, wall])