merge_mesh_files
Combine multiple STL files into a single mesh file for printing. Concatenates meshes without positioning offsets, ideal for merging multi-part designs.
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | ||
| output_path | Yes |