]> www.fi.muni.cz Git - things.git/commitdiff
mini arrow fuselage front part - hardened bottom
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 26 May 2017 14:11:29 +0000 (16:11 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Fri, 26 May 2017 14:11:29 +0000 (16:11 +0200)
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])