merge_vertices
Merge vertices in an STL file that are closer than a given tolerance, cleaning up the mesh for 3D printing.
Instructions
Merge vertices in an STL file closer than the specified tolerance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | Path to the STL file | |
| tolerance | No | Max distance to merge (mm, default: 0.01) |