]> www.fi.muni.cz Git - things.git/commitdiff
rocket: slight dim modifications
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sat, 25 Apr 2015 18:05:25 +0000 (20:05 +0200)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sat, 25 Apr 2015 18:05:25 +0000 (20:05 +0200)
rocket.scad

index b2f621bbaaf971c7e24504a4b4d67306e6841a9c..81c4ed669d9acb9c09ae0499c0901aee4aa05f00 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.6; // add some tolerance
+motor_diam = 17.7 + 0.8; // 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.5;
+clip_inner_space = motor_diam/2 - 1.0;
 
 rod_diam = 3.4 + 1;
 rubber_beam_height = 3;