diff options
author | chrysn <chrysn@fsfe.org> | 2013-06-24 15:20:33 (GMT) |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2013-06-25 11:41:47 (GMT) |
commit | 400248d566d5c3db34253a94f70c128e68ea9121 (patch) | |
tree | 33254aedd319fca7672976aaa07a1f1a1ff229a5 /tests/regression/dumptest/rotate_extrude-tests-expected.txt | |
parent | b715e580f7c0e541cc07c0d0d13da8df64d88f18 (diff) |
renamed dumptest files to .csg and added group headers
Diffstat (limited to 'tests/regression/dumptest/rotate_extrude-tests-expected.txt')
-rw-r--r-- | tests/regression/dumptest/rotate_extrude-tests-expected.txt | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/tests/regression/dumptest/rotate_extrude-tests-expected.txt b/tests/regression/dumptest/rotate_extrude-tests-expected.txt deleted file mode 100644 index 023d78d..0000000 --- a/tests/regression/dumptest/rotate_extrude-tests-expected.txt +++ /dev/null @@ -1,52 +0,0 @@ - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2); - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2); - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) { - cube(size = [1, 1, 1], center = false); - } - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) { - multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 10); - } - } - multmatrix([[1, 0, 0, 50], [0, 1, 0, -20], [0, 0, 1, 0], [0, 0, 0, 1]]) { - difference() { - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) { - multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - difference() { - circle($fn = 0, $fa = 12, $fs = 2, r = 10); - circle($fn = 0, $fa = 12, $fs = 2, r = 8); - } - } - } - multmatrix([[1, 0, 0, -50], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - cube(size = [100, 100, 100], center = true); - } - } - } - multmatrix([[1, 0, 0, 50], [0, 1, 0, 50], [0, 0, 1, 0], [0, 0, 0, 1]]) { - difference() { - difference() { - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) { - multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 10); - } - } - rotate_extrude(convexity = 1, $fn = 0, $fa = 12, $fs = 2) { - multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 0, $fa = 12, $fs = 2, r = 8); - } - } - } - multmatrix([[1, 0, 0, -50], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - cube(size = [100, 100, 100], center = true); - } - } - } - multmatrix([[1, 0, 0, 0], [0, 1, 0, -60], [0, 0, 1, 0], [0, 0, 0, 1]]) { - rotate_extrude(convexity = 1, $fn = 1, $fa = 12, $fs = 2) { - multmatrix([[1, 0, 0, 20], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { - circle($fn = 1, $fa = 12, $fs = 2, r = 10); - } - } - } - |