scad_validate_printability
Check STL files for watertightness, manifold edges, volume, and overhang angles to ensure FDM printability. Get a PASS/WARN/FAIL verdict with a structured report.
Instructions
Watertight / manifold / volume / overhang checks on an STL via trimesh. Run after every scad_compile.
PASS/WARN/FAIL verdict + structured report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | ||
| min_volume_mm3 | No | ||
| max_overhang_deg | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |