Whitespace
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 2 Apr 2021 02:34:54 +0000 (22:34 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 2 Apr 2021 02:34:54 +0000 (22:34 -0400)
box_frame/x-end-motor.scad

index d30e847..2a0b003 100644 (file)
@@ -48,16 +48,16 @@ endstop_sw_offs_adjust = -0;
 
 module pocket_endstop() // endstop holder grafted onto the side toward the rods
 {
-  translate([-7,-45,0]) 
+  translate([-7,-45,0])
     union() {
       // angled wall that attaches to the endstop holder
       translate([-1,18,0]) rotate([0,0,-30]) cube(size=[8.5,2,22]);
-      // little bit of extra support at the bottom corner 
+      // little bit of extra support at the bottom corner
       translate([-1.5,15.,2]) rotate([0,90,0]) cube(size=[2,3,10]);
-      
+
       difference() {
        translate([-1.5,endstop_sw_offs_adjust,0]) cube(size=[9,20.5,22]);
-           
+
        translate([-2,endstop_sw_offs_adjust,1]) cube(size=[7,21,22]);
        translate([0,15.5,8]) cube(size=[10,5,20]);
 
@@ -155,5 +155,5 @@ module x_end_motor(){
  x_end_motor_sr();
 }
 
-rotate([0,0,180])
+//rotate([0,0,180])
 x_end_motor();