dessin d'ensemble reprap.scad, intégration fixation moteur sur un des axes

master
Gnieark 9 years ago
parent c27e024154
commit 526ad650ee

@ -1,12 +1,15 @@
difference(){
linear_extrude (height=42.3)
import (file="fixation_moteur.dxf", layer="fixation", $fn=100);
fixationMoteur();
module fixationMoteur(){
difference(){
linear_extrude (height=42.3)
import (file="fixation_moteur.dxf", layer="fixation", $fn=100);
union(){
translate ([40,38.25,0])rotate([0,270,0])
linear_extrude (height=100)
import (file="fixation_moteur.dxf", layer="fixation2", $fn=100);
union(){
translate ([40,38.25,0])rotate([0,270,0])
linear_extrude (height=100)
import (file="fixation_moteur.dxf", layer="fixation2", $fn=100);
translate ([-10,19.1,22.1]) rotate ([0,90,0]) cylinder (r=1.5, h=50);
}
translate ([-10,19.1,22.1]) rotate ([0,90,0]) cylinder (r=1.5, h=50);
}
}
}

@ -31,3 +31,9 @@ translate([0,0,1965])
import (file="baseImprimante3d.dxf", layer="liteaux", $fn=100);
//fixation moteur
use <fixation_moteur.scad>
translate([-39.0609,-2.3446,120])
rotate([0,0,-60])
fixationMoteur();

Loading…
Cancel
Save