preview-scad
Installation
SKILL.md
OpenSCAD Preview Skill
Render OpenSCAD files to PNG images so you can visually verify your work.
Usage
/preview-scad <file.scad> [options]
Workflow
- After creating or editing a
.scadfile, run this skill to render a preview - Read the generated PNG image to visually inspect the result
- If the result doesn't look right, fix the code and re-render
- Repeat until the design matches the requirements
Running the Render Script
Related skills
More from iancanderson/openscad-agent
openscad
Create versioned OpenSCAD (.scad) files for 3D printing, render previews, and compare iterations. Use this when designing or iterating on 3D models.
31export-stl
Export OpenSCAD (.scad) files to STL format with geometry validation. Checks for non-manifold geometry, self-intersections, and other printability issues.
16