]> www.fi.muni.cz Git - things.git/blobdiff - mini-arrow-fuselage-front.scad
mini arrow fuselage front part - hardened bottom
[things.git] / mini-arrow-fuselage-front.scad
index 7875dfa457dd321392799ff9d468706f9617b3d2..c0e7077ce2d63ec26431e8bf88aadaab5e4b02d5 100644 (file)
@@ -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])