]> www.fi.muni.cz Git - things.git/commitdiff
dual-horn: modified vertical part, thicker support
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 8 Apr 2019 11:59:40 +0000 (13:59 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 8 Apr 2019 11:59:40 +0000 (13:59 +0200)
dual-horn.scad

index 4d431c047e70031e0da3f3c3bc128a203b91d270..ed67cc97d7ac46e8309f80d44363c347cef087c9 100644 (file)
@@ -7,12 +7,12 @@ horn_w = 10;
 horn_l = 15;
 tip_hole = 2;
 tip_d = tip_hole+2*wall;
-tube_d = 2.0 + 0.5;
+tube_d = 2.0 + 0.7;
 tube_off = 1;
 tube_h = 1.5;
 
 foam_w = 3;
-side_w = 0.8;
+side_w = 1.2;
 side_l = horn_l - 7;
 side_h = 10;
 
@@ -28,6 +28,9 @@ module body() {
        // side
        translate([-foam_w/2, -horn_l+tip_d/2, 0])
                cube([side_w, side_l, side_h]);
+       // side_front
+       translate([-foam_w/2, -horn_l+tip_d/2+side_l-side_w, 0])
+               cube([foam_w, side_w, side_h]);
        // tube
        translate([0, tube_off, 0])
                cylinder(r = tube_d/2 + wall, h = tube_h);