merge_vertices
Merge vertices in an STL file that are closer than a specified tolerance to reduce file size and improve mesh quality.
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) |