mirror of
https://github.com/Haskell-Things/ImplicitCAD.git
synced 2024-11-04 01:26:48 +03:00
6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
union() {
|
|
square([10, 10]);
|
|
translate([10, 5])
|
|
square([10, 20]);
|
|
}
|
|
|