openscad
Software for creating solid 3D CAD objects. More information: <https://openscad.org>.
Install
- All systems
-
curl cmd.cat/openscad.sh
- Debian
-
apt-get install openscad - Ubuntu
-
apt-get install openscad - Arch Linux
-
pacman -S openscad - Kali Linux
-
apt-get install openscad - Fedora
-
dnf install openscad - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install openscad - Raspbian
-
apt-get install 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
© tl;dr; authors and contributors