analyze_model_geometry
Analyze a 3D model to detect overhangs, bridges, thin walls, and other slicer-critical regions, then generate optimized printing parameters.
Instructions
Detect geometric regions in a 3D model that affect slicing.
Analyzes model geometry to identify overhangs, bridges, thin walls,
top/bottom surfaces, fine details, and curved surfaces. Each region
gets optimized slicing parameters in the adaptive plan.
Args:
model_path: Path to an STL or 3MF file for analysis.
model_stats: Pre-computed geometry statistics dict (from slicer
preview or external tool). Keys include ``height_mm``,
``overhangs``, ``bridges``, ``thin_walls``, etc.
Provide either ``model_path`` or ``model_stats`` (or both —
``model_stats`` takes precedence).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_path | No | ||
| model_stats | No |