1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/openscad.md

17 lines
380 B
Markdown
Raw Normal View History

2021-08-05 21:54:18 +02:00
# openscad
> Software for creating solid 3D CAD objects.
> More information: <https://openscad.org>.
- Open a file:
`openscad {{path/to/button.scad}}`
- Convert a file to STL:
`openscad -o {{path/to/button.stl}} {{path/to/button.scad}}`
- Render a file to PNG in a specific colorscheme:
`openscad -o {{path/to/button.png}} --colorscheme {{Sunset}} {{path/to/button.scad}}`