From e33c690919f6b1b404f40bdc45a9684dd8379668 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Fri, 26 May 2017 16:11:29 +0200 Subject: [PATCH] mini arrow fuselage front part - hardened bottom --- mini-arrow-fuselage-front.scad | 5 +++++ 1 file changed, 5 insertions(+) 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]) -- 2.43.0