vimwiki/tech/openscad.wiki

10 lines
142 B
Plaintext
Raw Normal View History

2022-08-19 19:45:01 +00:00
= openscad =
Openscad is a language that compiles into stl files
== shapes ==
* cube(size, center)
* cube([width, depth, height], center)