openscad/tests/regression/dumptest-examples/LetterBlock-expected.csg

16 lines
574 B
Plaintext
Raw Normal View History

2015-01-15 19:29:11 +03:00
group() {
group() {
difference() {
multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 7.5], [0, 0, 0, 1]]) {
cube(size = [30, 30, 15], center = true);
}
multmatrix([[1, 0, 0, 0], [0, 1, 0, 0], [0, 0, 1, 5], [0, 0, 0, 1]]) {
2015-03-03 10:45:41 +03:00
linear_extrude(height = 30, center = false, convexity = 4, scale = [1, 1], $fn = 0, $fa = 12, $fs = 2) {
text(text = "M", size = 22, spacing = 1, font = "Bitstream Vera Sans", direction = "ltr", language = "en", script = "Latn", halign = "center", valign = "center", $fn = 0, $fa = 12, $fs = 2);
2015-01-15 19:29:11 +03:00
}
}
}
}
2015-03-03 10:45:41 +03:00
group();
2015-01-15 19:29:11 +03:00
}