]> www.fi.muni.cz Git - things.git/blobdiff - mini-arrow-fuselage-front.scad
Base plate for the ziptie-spring mounted camera
[things.git] / mini-arrow-fuselage-front.scad
index 7875dfa457dd321392799ff9d468706f9617b3d2..be337d5bb8d756223a3502366da0be5c02458ab5 100644 (file)
@@ -2,7 +2,7 @@ eps = 0.01;
 infty = 300;
 
 fuse_w = 60;
-fuse_h = 30-3;
+fuse_h = 33-3;
 fuse_l = 80;
 
 wall = 2;
@@ -11,7 +11,7 @@ front_h = 5;
 
 wing_hole_x = 25;
 wing_hole_l = 25;
-wing_hole_h = 12;
+wing_hole_h = 8;
 
 difference() {
        translate([0, -fuse_w/2, 0]) intersection() {
@@ -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])