mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 10:55:50 +00:00
Update cheatsheets
This commit is contained in:
21
openscad
Normal file
21
openscad
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user