merge_mesh_files
Combine multiple STL files into a single mesh file for 3D printing. After merging, inspect the result in an interactive 3D viewer.
Instructions
Combine multiple STL files into a single mesh file (simple concatenation).
For positioning parts with x/y/z offsets, use ``merge_stl`` instead.
Useful for composing multi-part designs into one printable file.
:param file_paths: List of STL file paths to merge.
:param output_path: Destination path for the merged file.
:returns: Dict with merge statistics.INLINE 3D STAGE: on success this tool also opens Kiln's interactive 3D stage — an inline viewer panel the user can orbit, zoom, and turn over — in hosts that render MCP Apps panels (Kiln's hosted connection attaches a browser stage link for hosts that don't). Oversized meshes are decimated automatically for the stage; the PNG preview is the floor, not the whole experience.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| output_path | Yes |