diff options
author | Marius Kintel <marius@kintel.net> | 2013-07-02 04:16:07 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-07-02 04:16:07 (GMT) |
commit | 6082dafad8fd29d316d91783678e48a17f785739 (patch) | |
tree | 431df1c1c97397af770dc7aa8ace5a31f4e17d22 /tests/regression/dumptest/example013-expected.csg | |
parent | 4d18db65e3d1f31057012bd53c57ce51ad6417dd (diff) |
Re-enable tests which previously cause floating point comparison issues
Diffstat (limited to 'tests/regression/dumptest/example013-expected.csg')
-rw-r--r-- | tests/regression/dumptest/example013-expected.csg | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/regression/dumptest/example013-expected.csg b/tests/regression/dumptest/example013-expected.csg index af686e2..f020030 100644 --- a/tests/regression/dumptest/example013-expected.csg +++ b/tests/regression/dumptest/example013-expected.csg @@ -1,15 +1,15 @@ group() { intersection() { - linear_extrude(height = 100, center = true, convexity = 3, $fn = 0, $fa = 12, $fs = 2) { + linear_extrude(height = 100, center = true, convexity = 3, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { import(file = "example013.dxf", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2); } - multmatrix([[2.22045e-16, 0, 1, 0], [0, 1, 0, 0], [-1, 0, 2.22045e-16, 0], [0, 0, 0, 1]]) { - linear_extrude(height = 100, center = true, convexity = 3, $fn = 0, $fa = 12, $fs = 2) { + multmatrix([[0, 0, 1, 0], [0, 1, 0, 0], [-1, 0, 0, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 100, center = true, convexity = 3, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { import(file = "example013.dxf", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2); } } - multmatrix([[1, 0, 0, 0], [0, 2.22045e-16, -1, 0], [0, 1, 2.22045e-16, 0], [0, 0, 0, 1]]) { - linear_extrude(height = 100, center = true, convexity = 3, $fn = 0, $fa = 12, $fs = 2) { + multmatrix([[1, 0, 0, 0], [0, 0, -1, 0], [0, 1, 0, 0], [0, 0, 0, 1]]) { + linear_extrude(height = 100, center = true, convexity = 3, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { import(file = "example013.dxf", layer = "", origin = [0, 0], scale = 1, convexity = 1, $fn = 0, $fa = 12, $fs = 2); } } |