From: Jan "Yenya" Kasprzak Date: Mon, 8 Apr 2019 11:59:40 +0000 (+0200) Subject: dual-horn: modified vertical part, thicker support X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=things.git;a=commitdiff_plain;h=338f0bf301fc5122c2002ce7faf77e95bbbeb20e dual-horn: modified vertical part, thicker support --- diff --git a/dual-horn.scad b/dual-horn.scad index 4d431c0..ed67cc9 100644 --- a/dual-horn.scad +++ b/dual-horn.scad @@ -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);