Modifications

Aller à : navigation, rechercher

Movie2Gcode

143 octets ajoutés, 11 mai 2014 à 14:17
création du STL
====création du STL====
pour chaque image, je construit un STL à l'aide d'[http://www.openscad .org/ openscad] :
<code lang=C>intersection(){
scale([15,15,1])
linear_extrude(height = 0.15, center = false, convexity = 10)
import (file = \"${i%bmp}dxf\");
}translate([-4,0,0])cube(0.05);
translate([91.95,62.95,0])
cube([0.05,0.05,0.14]);</code>
 
le fichier est alors rendu pour produire le STL
 
<code lang=bash>openscad -o ../stl/${i%bmp}stl ${i%bmp}scad;</code>
0
6 691
modifications

Menu de navigation