x-end: use correct y position for pushrod holes wilson-x-axis
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 20 May 2019 23:59:30 +0000 (19:59 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 20 May 2019 23:59:30 +0000 (19:59 -0400)
we're punching the hole from the opposite side

box_frame/x-end.scad

index 3cf1e9d..77ff3b1 100644 (file)
@@ -105,9 +105,9 @@ module x_end_holes(){
  // thing for 10mm, and fails entirely for 12mm
  translate([-10 - bushing_xy[0], 0, 0]) {
       // Top pushfit rod
-      translate([0, -7, 6]) rotate([-90, 0, 0]) pushfit_rod(pushfit_d, 50);
+      #translate([0, -41.5, 6]) rotate([-90, 0, 0]) pushfit_rod(pushfit_d, 50);
       // Bottom pushfit rod
-      translate([0, -7, xaxis_rod_distance+6]) rotate([-90, 0, 0]) pushfit_rod(pushfit_d, 50);
+      translate([0, -41.5, xaxis_rod_distance+6]) rotate([-90, 0, 0]) pushfit_rod(pushfit_d, 50);
  }
 
 // Nut trap