summaryrefslogtreecommitdiff
path: root/testdata/scad/misc/localfiles_dir/localfiles_module.scad
blob: b98a49b407f5bec75d3a9c5693b9fe9fdd22de69 (plain)
1
2
3
4
5
6
7
8
9
10
module localfiles_module()
{
  linear_extrude(h=100) import("localfile.dxf");
  translate([-250,0,0]) linear_extrude(file="localfile.dxf");
  translate([0,350,0]) rotate_extrude(file="localfile.dxf");
  translate([250,0,0]) scale([200,200,50]) surface("localfile.dat");

  // This is not supported:
  // echo(dxf_dim(file="localfile.dxf", name="localfile"));
}
contact: Jan Huwald // Impressum