audit_original_design
Audit a 3D model's printability by combining design briefing, mesh validation, orientation analysis, and diagnostics. Get a report with exact changes needed before printing.
Instructions
Run a ruthless audit of an original design before printing.
Combines design briefing, prompt enhancement, mesh validation,
printability scoring, orientation analysis, advanced diagnostics,
and regeneration feedback into a single report.
Use this after generating or modeling a new part to answer:
"Is this genuinely ready to print, and if not, what exact changes
should the agent make next?"
Args:
file_path: Path to STL or OBJ file.
requirements: Functional requirements the design must satisfy.
material: Optional material constraint (e.g. "petg").
printer_model: Optional printer model ID (e.g. "bambu_a1").
build_volume_x: Optional build volume X override in mm.
build_volume_y: Optional build volume Y override in mm.
build_volume_z: Optional build volume Z override in mm.
nozzle_diameter: Printer nozzle diameter in mm.
layer_height: Layer height in mm.
max_overhang_angle: Supportless overhang threshold in degrees.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No | ||
| file_path | Yes | ||
| layer_height | No | ||
| requirements | Yes | ||
| printer_model | No | ||
| build_volume_x | No | ||
| build_volume_y | No | ||
| build_volume_z | No | ||
| nozzle_diameter | No | ||
| max_overhang_angle | No |