blender_export_stl
Export meshes to a single STL for 3D printing, with warnings for non-manifold edges. Supports selecting specific objects or all meshes.
Instructions
Export mesh(es) to a single STL for 3D printing. Warns about non-manifold edges.
With no object args: exports ALL mesh objects bundled into one STL (most common for printing). Use object_name for one part, object_names=[...] for a specific bundle. Relative paths resolve against the MCP server's cwd, not Blender's (which is its install dir, read-only on Windows).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| binary | No | ||
| object_name | No | ||
| object_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |