Merge branch 'master' of github.com:jeannedhack/reprapJeanneV2

master
Gnieark 9 years ago
commit 662a522d09

@ -18,10 +18,10 @@ module fixationPoulies(){
union(){
linear_extrude(height=15)
import (file="profil-axe.dxf", layer="poulies", $fn=100);
translate([13.125, 69, 7.5]) rotate([0,90,0])bumpForBearing7();
translate([13.125, 66, 7.5]) rotate([0,90,0])bumpForBearing7();
}
union(){
translate([0, 69, 7.5])rotate([0, 90, 0]) cylinder(h=35, r=4);
translate([0, 66, 7.5])rotate([0, 90, 0]) cylinder(h=35, r=4);
translate([-8, 35, 7.5]) rotate([90, 0, 0]) cylinder(r=1.5, h=35);
translate([43.25, 35, 7.5]) rotate([90, 0, 0]) cylinder(r=1.5, h=35);
}

File diff suppressed because it is too large Load Diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Loading…
Cancel
Save