blob: 685b86848fdc052eea894b0ccf10500c67031a3c (
plain)
| 1
2
3
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");
 |