check_orientation
Analyzes height-to-base ratio of a 3D model to detect instability and suggests reorientation to prevent print failures.
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 |