From: Jan "Yenya" Kasprzak Date: Mon, 30 Jun 2014 20:31:18 +0000 (+0200) Subject: rocket.scad: slightly wider motor hole X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4d1f498a68a604320043eff8fdab4c42ec581da7;p=things.git rocket.scad: slightly wider motor hole --- diff --git a/rocket.scad b/rocket.scad index da12f93..d5b22b6 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.5; // add some tolerance +motor_diam = 17.7 + 0.6; // add some tolerance motor_len = 69.5 + 0.5; segment_overlap = 15;