estimate_support_material
Analyzes overhang triangles in a 3D model file to estimate support material volume and weight. Input an STL, OBJ, or GLB file to get support volume (mm³) and weight (g) along with overhang statistics.
Instructions
Estimate support material needed for a mesh.
Analyzes overhang triangles and projects them to the build plate
to estimate the volume and weight of support material required.
:param file_path: Path to .stl, .obj, or .glb file.
:returns: Dict with support volume (mm³), weight (g), and overhang stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes |