export
community[command]
Quick export — save the current CAD document to STL or GLB
$
/plugin install claude-codedetails
Export a CAD document to a file.
If a document was recently created with create_cad_document in this conversation, use that IR document.
If the user provides a format argument (e.g., /vcad:export stl or /vcad:export glb), use that format. Otherwise default to STL.
Steps:
- Call
export_cadwith the IR document and a filename based on the part name + format extension - Report the output file path and size
- Mention that STL is for 3D printing and GLB is for visualization/sharing
If no document exists in the conversation, ask the user to create one first with /vcad:new-part or create_cad_document.
technical
- github
- ecto/vcad
- stars
- 364
- license
- Apache-2.0
- contributors
- 5
- last commit
- 2026-05-18T02:21:09Z
- file
- plugins/claude-code/commands/export.md