estimate_support_material
Analyzes a 3D mesh file to estimate support material volume and weight by projecting overhang triangles to the build plate.
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 |