Skip to content

Commit

Permalink
Merge pull request josefprusa#76 from AxTheB/master
Browse files Browse the repository at this point in the history
Move bearing guide so it does not interfere with other models
  • Loading branch information
AxTheB committed Oct 15, 2013
2 parents 2a93e72 + c5e9df8 commit ce85795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion box_frame/x-end.scad
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}

0 comments on commit ce85795

Please sign in to comment.