diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-23 21:01:19 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-23 21:01:19 (GMT) |
commit | dc4bc159251e8300fa51554f50008d8c59a50a02 (patch) | |
tree | a2eeef07f101ae8d12d2ef336dc8301520bfd5fc /testdata | |
parent | 195137324af28f84c1fafc85080b093d2fe50f32 (diff) |
Ported binary STL file reader away from Qt
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/scad/features/import_stl-tests.scad | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/scad/features/import_stl-tests.scad b/testdata/scad/features/import_stl-tests.scad index b634d12..7104078 100644 --- a/testdata/scad/features/import_stl-tests.scad +++ b/testdata/scad/features/import_stl-tests.scad @@ -1 +1,3 @@ import_stl("import.stl"); +translate([2,0,0]) import("import.stl"); +translate([4,0,0]) import("import_bin.stl"); |