estimate_support_material
Estimate support material required for 3D printing by analyzing overhang triangles and projecting them to the build plate, returning support volume in mm³ and weight in grams.
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 |