From c5e9df82aeb34ccd3002c87705bf62a95eb8aee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20=27Ax=27=20H=C5=AFla?= Date: Tue, 15 Oct 2013 12:05:21 +0200 Subject: [PATCH] Move bearing guide so it does not interfere with other models --- box_frame/x-end.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box_frame/x-end.scad b/box_frame/x-end.scad index ce1831c4..45e85ca3 100644 --- a/box_frame/x-end.scad +++ b/box_frame/x-end.scad @@ -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(); } }