separate dimensions from form
[challenge-bot] / 3d-printables / motor-mount.scad
index 3e96b6999df54403963651752d87e75f9e4ed73e..b15e5a7b7f9483a187f1cf65672b0936c68c68b6 100644 (file)
@@ -6,20 +6,7 @@
 
 $fn = 60;
 
-// from schematic http://goo.gl/96RKol
-collar_radius = 9.2 / 2 + 0.25;
-nubbin_radius = 4.48 / 2;
-screw_radius = 2.9 / 2 + 0.35; // a little bigger so screws fit through
-
-motor_height = 22.23;
-
-// http://freespace.virgin.net/matt.waite/resource/handy/screwsize.htm
-_6_radius = 3.5 / 2 + 0.25;
-
-// measurements we made up:
-mount_total_x = 38;
-mount_total_y = mount_total_x;
-mount_total_z = 3.175; // 3/16 in mm
+include <motor-mount-dimensions.scad>
 
 module motor_holes(){
   collar_x_offset = 10.8;