openscad/tests/regression/dumptest/root-modifier-if-expected.csg

9 lines
127 B
Plaintext
Raw Normal View History

group() {
group() {
sphere($fn = 0, $fa = 12, $fs = 2, r = 5);
}
group() {
cube(size = [5, 5, 5], center = false);
}
}