1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

openscad: add page (#6296)

This commit is contained in:
chris 2021-08-05 21:54:18 +02:00 committed by GitHub
parent 167da9b432
commit e445bc5531
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
pages/common/openscad.md Normal file
View file

@ -0,0 +1,16 @@
# 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}}`