fixation des end stop v2

master
gnieark 9 years ago
parent ecfbd2dc06
commit 4e5bfffb55

@ -1,20 +0,0 @@
/*
Projet ReprapJeanne
Fixation des endstop optiques sur l'axe profil T
github: https://github.com/gnieark/reprapJeanne
wiki https://mail.jeannedhack.org/wicked/display.php?page=reprap_geante
By Gnieark https://blog-du-grouik.tinad.fr
& TranKILLoman
License GNU-GPL V3
*/
difference(){
cube([24.6,6.5,2]);
union(){
translate([2.8,3.25,-0.1]) cylinder(r=1.5,h=3,$fn=50);
translate([2.8+19,3.25,-0.1]) cylinder(r=1.5,h=3,$fn=50);
}
}
translate([9.65,0,1.99]) cube([2,6.5,15]);
translate([13.15,0,1.99]) cube([2,6.5,15]);

@ -0,0 +1,22 @@
/*
Projet ReprapJeanne
Fixation des endstop optiques sur l'axe profil T
github: https://github.com/gnieark/reprapJeanne
wiki https://mail.jeannedhack.org/wicked/display.php?page=reprap_geante
By Gnieark https://blog-du-grouik.tinad.fr
& TranKILLoman
License GNU-GPL V3
fixation des end-stop
*/
difference(){
linear_extrude (height=6.5)
import (file="all.dxf", layer="mount-endstop", $fn=100);
union(){
translate([0.5,-3,3.25]) rotate([270,0,0]) cylinder(r=1.5,h=3,$fn=50);
translate([0.5+19,-3,3.5]) rotate([270,0,0]) cylinder(r=1.5,h=10,$fn=50);
translate([-5,15,3.5]) rotate([270,0,0]) cylinder(r=1.5,h=10,$fn=50);
}
}

File diff suppressed because it is too large Load Diff

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