X-Git-Url: https://git.hcoop.net/clinton/wilson.git/blobdiff_plain/a4366f5ff503fa2e13a605581c5bc4652be55dd7..HEAD:/scad/x-end.scad diff --git a/scad/x-end.scad b/scad/x-end.scad index 354b2d2..1a47ab0 100644 --- a/scad/x-end.scad +++ b/scad/x-end.scad @@ -10,6 +10,17 @@ // bearing height, strain relief (&& maybe make dependent upon the bearing diameter) + + +// major issues with rev 3 + +// - motor side screw hole conflicts with switch / other rear mount is +// inaccessible without removing the leadscrew from the nut + +// - New idler anti-pitching ribs are too big (new idler I wasn't +// using is larger so the existing ones worked fine for that one...) +// NOTE: new idler is meant for integrated toothed idler... + use include @@ -53,7 +64,7 @@ module x_end_holes(){ // Belt hole translate(v=[-1,0,0]){ // Stress relief - translate(v=[-5.5-10+1.5,-10-1,30]) cube(size = [20,1,28], center = true); + translate(v=[-5.5-10+1.5,-bearing_diameter/2-4,30]) cube(size = [20,1,28], center = true); // Cut out for belt (this is NOT centered because the motor isn't centered) difference(){ translate(v=[-5.5-10+1.5,-10,30]) cube(size = [10,46,28], center = true);