|
1 | 1 | color([1, 0, 0, 1]) { |
2 | | - rotate_extrude(angle = 360, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
| 2 | + rotate_extrude(angle = 360, start = 180, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
3 | 3 | multmatrix([[1, 0, 0, 10], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
4 | 4 | square(size = [5, 5], center = false); |
5 | 5 | } |
6 | 6 | } |
7 | 7 | } |
8 | 8 | color([0, 1, 1, 1]) { |
9 | 9 | multmatrix([[1, 0, 0, 40], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
10 | | - rotate_extrude(angle = 360, convexity = 2, $fn = 80, $fa = 12, $fs = 2) { |
| 10 | + rotate_extrude(angle = 360, start = 180, convexity = 2, $fn = 80, $fa = 12, $fs = 2) { |
11 | 11 | text(text = " J", size = 10, spacing = 1, font = "", direction = "ltr", language = "en", script = "Latn", halign = "default", valign = "default", $fn = 80, $fa = 12, $fs = 2); |
12 | 12 | } |
13 | 13 | } |
14 | 14 | } |
15 | 15 | color([0, 0.501961, 0, 1]) { |
16 | 16 | multmatrix([[1, 0, 0, 0], [0, 1, 0, 30], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
17 | | - rotate_extrude(angle = 360, convexity = 2, $fn = 80, $fa = 12, $fs = 2) { |
| 17 | + rotate_extrude(angle = 360, start = 180, convexity = 2, $fn = 80, $fa = 12, $fs = 2) { |
18 | 18 | polygon(points = [[0, 0], [8, 4], [4, 8], [4, 12], [12, 16], [0, 20]], paths = undef, convexity = 1); |
19 | 19 | } |
20 | 20 | } |
21 | 21 | } |
22 | 22 | color([1, 0, 1, 1]) { |
23 | 23 | multmatrix([[1, 0, 0, 40], [0, 1, 0, 40], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
24 | | - rotate_extrude(angle = 180, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
| 24 | + rotate_extrude(angle = 180, start = 0, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
25 | 25 | multmatrix([[1, 0, 0, 12.5], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
26 | 26 | square(size = [5, 5], center = false); |
27 | 27 | } |
28 | 28 | } |
29 | 29 | multmatrix([[1, 0, 0, 7.5], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
30 | | - rotate_extrude(angle = 180, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
| 30 | + rotate_extrude(angle = 180, start = 0, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
31 | 31 | multmatrix([[1, 0, 0, 5], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
32 | 32 | square(size = [5, 5], center = false); |
33 | 33 | } |
34 | 34 | } |
35 | 35 | } |
36 | 36 | multmatrix([[1, 0, 0, -7.5], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
37 | | - rotate_extrude(angle = -180, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
| 37 | + rotate_extrude(angle = -180, start = 0, convexity = 2, $fn = 0, $fa = 12, $fs = 2) { |
38 | 38 | multmatrix([[1, 0, 0, 5], [0, 1, 0, 0], [0, 0, 1, 0], [0, 0, 0, 1]]) { |
39 | 39 | square(size = [5, 5], center = false); |
40 | 40 | } |
|
0 commit comments