fixation Poulie

master
Timothee 9 years ago
parent 9e4c5bace9
commit c1b393a372

@ -0,0 +1,20 @@
/*
* ReprapJeanne V2
*
* Fixation des poulies
* le long des axes
*
* NON TERMINE
*
* Copyleft (see license file):
* hackerspace Jeanned'Hack http://www.jeannedhack.org
* Timothee
*
*/
difference(){
linear_extrude(height=15)
import (file="profil-axe.dxf", layer="poulies", $fn=100);
translate([0, 69, 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

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save