Merge pull request #76 from AxTheB/master
authorVáclav 'ax' Hůla <axtheb@gmail.com>
Tue, 15 Oct 2013 10:07:31 +0000 (03:07 -0700)
committerVáclav 'ax' Hůla <axtheb@gmail.com>
Tue, 15 Oct 2013 10:07:31 +0000 (03:07 -0700)
Move bearing guide so it does not interfere with other models

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();
     }
 }