summaryrefslogtreecommitdiff
path: root/tests/regression/dumptest
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-01-28 22:58:36 (GMT)
committerMarius Kintel <marius@kintel.net>2013-01-28 22:58:36 (GMT)
commitc08760519354f9a65a8950d0f482d34180e8b376 (patch)
tree30136683b315941af0333e99b57e20681121fd8e /tests/regression/dumptest
parente565414de17fcbb895ada1d0e760d4b4526d013a (diff)
Support reading binary STLs which happen to start with the string 'solid'. Fixes #258
Diffstat (limited to 'tests/regression/dumptest')
-rw-r--r--tests/regression/dumptest/import_stl-tests-expected.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/regression/dumptest/import_stl-tests-expected.txt b/tests/regression/dumptest/import_stl-tests-expected.txt
index 947f137..0d46a6f 100644
--- a/tests/regression/dumptest/import_stl-tests-expected.txt
+++ b/tests/regression/dumptest/import_stl-tests-expected.txt
@@ -5,6 +5,9 @@
multmatrix([[1, 0, 0, 4], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) {
import(file = "import_bin.stl", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2);
}
+ multmatrix([[1, 0, 0, 0], [0, 1, 0, 4], [0, 0, 1, 0], [0, 0, 0, 1]]) {
+ import(file = "import_bin_solid.stl", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2);
+ }
multmatrix([[1, 0, 0, 0], [0, 1, 0, 2], [0, 0, 1, 0], [0, 0, 0, 1]]) {
import(file = "import.stl", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2);
}
contact: Jan Huwald // Impressum