From e445bc5531cb51d231ecd7a42cec1840ba14a1aa Mon Sep 17 00:00:00 2001 From: chris <35269695+chrissxYT@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:54:18 +0200 Subject: [PATCH] openscad: add page (#6296) --- pages/common/openscad.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/openscad.md diff --git a/pages/common/openscad.md b/pages/common/openscad.md new file mode 100644 index 000000000..04389e12a --- /dev/null +++ b/pages/common/openscad.md @@ -0,0 +1,16 @@ +# openscad + +> Software for creating solid 3D CAD objects. +> More information: . + +- 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}}`