You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
871 B
OpenSCAD

/*
* ReprapJeanne V2
*
* Vue de la structure de la reprap
*
* Copyleft (see license file):
* hackerspace Jeanne d'Hack http://www.jeannedhack.org
* Gnieark https://blog-du-grouik.tinad.fr
*
*/
linear_extrude (height=2000)
import (file="baseImprimante3d.dxf", layer="axes", $fn=100);
translate([0,0,100])
linear_extrude (height=10)
import (file="baseImprimante3d.dxf", layer="0", $fn=100);
/*
translate([0,0,1990])
linear_extrude (height=10)
import (file="baseImprimante3d.dxf", layer="0", $fn=100);
*/
translate([0,0,5])
linear_extrude (height=35)
import (file="baseImprimante3d.dxf", layer="liteaux", $fn=100);
translate([0,0,1965])
linear_extrude (height=35)
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();