logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Create 3D Models - OpenSCAD | Online Free DevTools by Hexmos

Create 3D models with OpenSCAD. Generate solid CAD objects and convert them to various formats like STL or PNG. Free online tool, no registration required.

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}}

See Also