Moved hole for belt guide

Moved hole for belt guide to make 250mm X movement possible.
This commit is contained in:
michalprusa 2016-03-16 14:04:18 +01:00
parent 497445faf8
commit be8e33aeda
2 changed files with 2041 additions and 2039 deletions

View File

@ -13,9 +13,11 @@ module x_end_idler_base(){
module x_end_idler_holes(){
x_end_holes();
translate([0,3.5,0]){
translate(v=[0,-22,30.25]) rotate(a=[0,-90,0]) cylinder(h = 80, r=1.8, $fn=30);
translate(v=[1.5,-22,30.25]) rotate(a=[0,-90,0]) cylinder(h = 10, r=3.1, $fn=30);
translate(v=[-21.5,-22,30.25]) rotate(a=[0,-90,0]) rotate(a=[0,0,30]) cylinder(h = 80, r=3.6, $fn=6);
translate(v=[-21.5,-22,30.25]) rotate(a=[0,-90,0]) rotate(a=[0,0,30]) cylinder(h = 80, r=3.2, $fn=6);
}
}
// Final part

File diff suppressed because it is too large Load Diff