Files
cheatsheet-tldr/tldr/openscad
2025-04-23 00:19:06 +00:00

22 lines
480 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# openscad
> Software for creating solid 3D CAD objects.
> More information: <https://manned.org/openscad>.
- 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}}`