Move bearing guide so it does not interfere with other models
authorVáclav 'Ax' Hůla <axtheb@gmail.com>
Tue, 15 Oct 2013 10:05:21 +0000 (12:05 +0200)
committerVáclav 'Ax' Hůla <axtheb@gmail.com>
Tue, 15 Oct 2013 10:05:21 +0000 (12:05 +0200)
box_frame/x-end.scad

index ce1831c..45e85ca 100644 (file)
@@ -130,7 +130,7 @@ module pushfit_rod(diameter, length){
 }
 
 if (idler_bearing[3] == 1) {
-    translate([-37,  -55 - idler_bearing[0] / 2, 0]) rotate([0, 0, 45]) {
+    translate([-39,  -60 - idler_bearing[0] / 2, 0]) rotate([0, 0, 55]) {
         render() bearing_assy();
     }
 }