From: Jan "Yenya" Kasprzak Date: Sun, 29 Jun 2014 13:26:15 +0000 (+0200) Subject: rocket.scad: second printed version X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=15e399685ee2fff2e43abe91aeb4ebf70f3b2e3c;p=things.git rocket.scad: second printed version --- diff --git a/rocket.scad b/rocket.scad index bc763e9..3649fe1 100644 --- a/rocket.scad +++ b/rocket.scad @@ -14,7 +14,7 @@ thick_wall = 2.2*thin_wall; clip_spring_angle = 45; clip_spring_depth = 20; -rod_diam = 4; +rod_diam = 3.4 + 1; rubber_beam_height = 3; eps = 0.01; @@ -187,7 +187,7 @@ module central_tube() { // rubber band holder intersection() { cylinder(r = motor_diam/2 + thick_wall - eps, h = central_tube_h); - translate([motor_diam/2-thin_wall, -infty/2, + translate([motor_diam/2 - thick_wall, -infty/2, segment_overlap + thick_wall]) cube([thin_wall, infty, rubber_beam_height]); };