estimate_supports
Calculate support material volume needed for 3D printing by analyzing overhangs in an STL or OBJ mesh.
Instructions
Estimate support volume for a 3D model.
Analyzes the mesh for overhangs and estimates the volume of
support material needed to print the model in its current
orientation.
Args:
file_path: Path to an STL or OBJ mesh file.
max_overhang_angle: Maximum overhang angle in degrees
before supports are needed (default 45).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| max_overhang_angle | No |