diff options
Diffstat (limited to 'testdata/scad/templates/import_stl-tests-template.scad')
-rw-r--r-- | testdata/scad/templates/import_stl-tests-template.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/templates/import_stl-tests-template.scad b/testdata/scad/templates/import_stl-tests-template.scad new file mode 100644 index 0000000..685b868 --- /dev/null +++ b/testdata/scad/templates/import_stl-tests-template.scad @@ -0,0 +1,4 @@ +import_stl("import.stl"); +translate([2,0,0]) import("import.stl"); +translate([4,0,0]) import("import_bin.stl"); +translate([0,2,0]) import("@CMAKE_SOURCE_DIR@/../testdata/scad/features/import.stl"); |