some additions to bom, some other sync updates minor stuff
authorMartin Rice <mrice411@gmail.com>
Sun, 22 Jun 2014 01:12:07 +0000 (21:12 -0400)
committerMartin Rice <mrice411@gmail.com>
Sun, 22 Jun 2014 01:12:07 +0000 (21:12 -0400)
doc/misumi-parts.png [new file with mode: 0644]
doc/wilson-bom.ods
scad/gears.scad
sketchup/extruder.skp
sketchup/motor-idler-ts.skp

diff --git a/doc/misumi-parts.png b/doc/misumi-parts.png
new file mode 100644 (file)
index 0000000..1c35a26
Binary files /dev/null and b/doc/misumi-parts.png differ
dissimilarity index 96%
index 8a29699..9ce5c1b 100644 (file)
Binary files a/doc/wilson-bom.ods and b/doc/wilson-bom.ods differ
index 07df5db..c42d923 100644 (file)
@@ -30,21 +30,21 @@ gear_shaft_h = 5;
 // GEAR1 (SMALLER GEAR, STEPPER GEAR) OPTIONS:
 // It's helpful to choose prime numbers for the gear teeth.
 gear1_teeth = 13;
 // GEAR1 (SMALLER GEAR, STEPPER GEAR) OPTIONS:
 // It's helpful to choose prime numbers for the gear teeth.
 gear1_teeth = 13;
-gear1_shaft_d = 5.25;                          // diameter of motor shaft
+gear1_shaft_d = 5.5;                   // diameter of motor shaft
 gear1_shaft_r  = gear1_shaft_d/2;      
 // gear1 shaft assumed to fill entire gear.
 // gear1 attaches by means of a captive nut and bolt (or actual setscrew)
 gear1_setscrew_offset = 5;                     // Distance from motor on motor shaft.
 gear1_setscrew_d         = 3.5;                
 gear1_setscrew_r          = gear1_setscrew_d/2;
 gear1_shaft_r  = gear1_shaft_d/2;      
 // gear1 shaft assumed to fill entire gear.
 // gear1 attaches by means of a captive nut and bolt (or actual setscrew)
 gear1_setscrew_offset = 5;                     // Distance from motor on motor shaft.
 gear1_setscrew_d         = 3.5;                
 gear1_setscrew_r          = gear1_setscrew_d/2;
-gear1_captive_nut_d = 6.2;
+gear1_captive_nut_d = 6;
 gear1_captive_nut_r  = gear1_captive_nut_d/2;
 gear1_captive_nut_r  = gear1_captive_nut_d/2;
-gear1_captive_nut_h = 2.9;
+gear1_captive_nut_h = 2.5;
 
 
 // GEAR2 (LARGER GEAR, DRIVE SHAFT GEAR) OPTIONS:
 gear2_teeth = 37;
 
 
 // GEAR2 (LARGER GEAR, DRIVE SHAFT GEAR) OPTIONS:
 gear2_teeth = 37;
-gear2_shaft_d = 8.5;
+gear2_shaft_d = 8.6;
 gear2_shaft_r  = gear2_shaft_d/2;
 // gear2 has settable outer shaft diameter.
 gear2_shaft_outer_d = 16;
 gear2_shaft_r  = gear2_shaft_d/2;
 // gear2 has settable outer shaft diameter.
 gear2_shaft_outer_d = 16;
dissimilarity index 87%
index 34ee7a9..a58e8c9 100644 (file)
Binary files a/sketchup/extruder.skp and b/sketchup/extruder.skp differ
index 5ef26e3..349383a 100644 (file)
Binary files a/sketchup/motor-idler-ts.skp and b/sketchup/motor-idler-ts.skp differ