Beef up itty wilson adapter, tighten holes
authorClinton Ebadi <clinton@unknownlamer.org>
Sun, 18 Sep 2016 19:18:31 +0000 (15:18 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Sun, 18 Sep 2016 19:18:31 +0000 (15:18 -0400)
Huge tolerance was because my printer was overextruding in the ancient
past when I designed this (something something bad hobbed bolt making
life hell).

carriage adapter/itty-wilson.scad

index 3abb13d..776ca15 100644 (file)
@@ -38,7 +38,7 @@ use <MCAD/nuts_and_bolts.scad>
 
 $fn = 64;
 
-hole_tolerance = 0.6; // widen holes a bit, may still need to drill out
+hole_tolerance = 0.3; // widen holes a bit, may still need to drill out
 
 // Size of mounting bolt heads so they can be recessed
 bolthead_depth = 2;
@@ -57,7 +57,7 @@ plate_cut_y_offset = 27;
 plate_cut_bolt = 3 + hole_tolerance;
 plate_cut_x_bolt_offset = plate_cut_distance + plate_cut_bolt / 2;
 
-plate_extra_height = 4; // make plate a bit taller so it is structurally sound
+plate_extra_height = 6; // make plate a bit taller so it is structurally sound
 
 plate_height = plate_cut_height + plate_cut_y_offset + plate_extra_height;