From: Clinton Ebadi Date: Sun, 18 Sep 2016 19:18:31 +0000 (-0400) Subject: Beef up itty wilson adapter, tighten holes X-Git-Url: http://git.hcoop.net/clinton/3d-models.git/commitdiff_plain/a88774ed13443256b9a1715c51fec1f9038eb791?ds=sidebyside Beef up itty wilson adapter, tighten holes Huge tolerance was because my printer was overextruding in the ancient past when I designed this (something something bad hobbed bolt making life hell). --- diff --git a/carriage adapter/itty-wilson.scad b/carriage adapter/itty-wilson.scad index 3abb13d..776ca15 100644 --- a/carriage adapter/itty-wilson.scad +++ b/carriage adapter/itty-wilson.scad @@ -38,7 +38,7 @@ use $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;