]> www.fi.muni.cz Git - things.git/commitdiff
rocket.scad: slightly wider motor hole
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 30 Jun 2014 20:31:18 +0000 (22:31 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Mon, 30 Jun 2014 20:31:18 +0000 (22:31 +0200)
rocket.scad

index da12f93a52be0445fe4c2bef31255acc49f794c2..d5b22b671fcca54e52578c05b78b79ff811858a7 100644 (file)
@@ -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;