check_orientation
Analyzes a model's height-to-base ratio to detect stability issues for 3D printing and suggests reorientation to prevent wobble or print failure.
Instructions
Check if a model's orientation is stable for printing.
Analyzes the height-to-base ratio and warns if the model is likely to
wobble or fail mid-print. Suggests reorientation if needed.
:param model_path: Path to the STL or OBJ model file.
:returns: Dict with stability assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_path | Yes |