estimate_support_material
Analyze 3D mesh files to calculate support material volume and weight based on overhang triangles.
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 |