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

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

test2_variable = 0.7;

module test2()
{
  cube(center=true);
}
contact: Jan Huwald // Impressum