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

master
Gnieark 9 years ago
parent c27e024154
commit 526ad650ee

@ -1,4 +1,6 @@
difference(){
fixationMoteur();
module fixationMoteur(){
difference(){
linear_extrude (height=42.3)
import (file="fixation_moteur.dxf", layer="fixation", $fn=100);
@ -9,4 +11,5 @@ difference(){
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