rails/SRC/cross.scad

14 lines
428 B
OpenSCAD
Raw Normal View History

2017-11-27 18:53:44 +01:00
linear_extrude (height=2)
import (file="cross.dxf", layer="traverses", $fn=100);
linear_extrude (height=2)
import (file="cross.dxf", layer="traverses2", $fn=100);
linear_extrude (height=2)
import (file="cross.dxf", layer="base center", $fn=100);
2017-11-27 18:53:44 +01:00
translate( [0,0,0.1])
linear_extrude (height=4.5)
import (file="cross.dxf", layer="0", $fn=100);