diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-24 15:24:36 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 11:41:48 (GMT) |
commit | 850058eb6996a7b0a51b92a0afe4370a3080827c (patch) | |
tree | 765e190edad6c42ea1ee091a521fe0086466424d /tests/regression/dumptest/projection-tests-expected.csg | |
parent | 00e29e9099b0c4e56148036d11bf154d48528d9a (diff) |
trim precision in dumptest regressions
in order for them to work against openscad's .csg output, the number of
decimal places was reduced.
Diffstat (limited to 'tests/regression/dumptest/projection-tests-expected.csg')
-rw-r--r-- | tests/regression/dumptest/projection-tests-expected.csg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regression/dumptest/projection-tests-expected.csg b/tests/regression/dumptest/projection-tests-expected.csg index 86423a1..5d2fc0a 100644 --- a/tests/regression/dumptest/projection-tests-expected.csg +++ b/tests/regression/dumptest/projection-tests-expected.csg @@ -30,7 +30,7 @@ group() { multmatrix([[1, 0, 0, 0], [0, 1, 0, -22], [0, 0, 1, 0], [0, 0, 0, 1]]) { linear_extrude(height = 5, center = false, convexity = 1, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) { projection(cut = true, convexity = 0) { - multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -4.999999], [0, 0, 0, 1]]) { + multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, -5], [0, 0, 0, 1]]) { cube(size = [10, 10, 10], center = true); } } |