summaryrefslogtreecommitdiff
path: root/testdata/scad/misc/sub1/sub2/sub3/sub4/use-test2.scad
blob: 68013db8b425ad417d75850426da327dd815fb69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//Test nested use
use <use-test3.scad>

//Test relative file location
use <../use-test4.scad>

test2_variable = 0.7;

module test2()
{
  translate([2,0,0]) test3();
  translate([2,-2,0]) test4();
  cube(center=true);
}
contact: Jan Huwald // Impressum