From 15e399685ee2fff2e43abe91aeb4ebf70f3b2e3c Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Sun, 29 Jun 2014 15:26:15 +0200 Subject: [PATCH] rocket.scad: second printed version --- rocket.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]); }; -- 2.43.0