note issues with current rev in code
[clinton/wilson.git] / scad / x-end.scad
index 354b2d2..1a47ab0 100644 (file)
 
 // 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 <bearing.scad>
 include <configuration.scad>
 
@@ -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);