From: Jan "Yenya" Kasprzak Date: Sun, 3 May 2015 08:44:49 +0000 (+0200) Subject: Revert "rocket: slight dim modifications" X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=088651d6a2e7635f158c7161bd0ca53fd83f0295;p=things.git Revert "rocket: slight dim modifications" This reverts commit cce08cf28d59873ac03ed92c380fcf5d0c85d7fe. The hole is a bit tight, but apparently it works. So reverting this for new prints. --- diff --git a/rocket.scad b/rocket.scad index 81c4ed6..b2f621b 100644 --- a/rocket.scad +++ b/rocket.scad @@ -2,7 +2,7 @@ // The Estes A8-3 and C6-7 motors have diameter of 17.7 mm, // length 69.5 mm. The Estes Alpha launch pad has rod diameter 3.4 mm. -motor_diam = 17.7 + 0.8; // add some tolerance +motor_diam = 17.7 + 0.6; // add some tolerance motor_len = 69.5 + 0.5; segment_overlap = 15; @@ -22,7 +22,7 @@ motor_wall = thick_wall; // above the motor clip_height = 3.5; clip_width = 1.2; clip_clearance = 1.0; -clip_inner_space = motor_diam/2 - 1.0; +clip_inner_space = motor_diam/2 - 1.5; rod_diam = 3.4 + 1; rubber_beam_height = 3;