troubleshoot_print_issue
Diagnose 3D printing issues by material and symptom. Get root causes, prioritized fixes, and prevention tips for common print failures.
Instructions
Diagnose a 3D printing problem by material and symptom.
Searches the troubleshooting knowledge base for matching issues
and returns root causes, prioritised fixes, prevention tips, and
storage/drying requirements. When no symptom is given, returns
all known issues for the material sorted by severity.
Use this when a user reports a print failure, quality issue, or
asks "why is my print doing X?"
Examples:
material="pla", symptom="stringing"
material="petg", symptom="poor layer adhesion"
material="abs", symptom="warping"
material="nylon" (no symptom — returns all known issues)
Args:
material: Material ID (e.g. "pla", "petg", "abs", "tpu",
"nylon", "polycarbonate", "asa", "cf_nylon").
symptom: Optional symptom keywords to search for (e.g.
"stringing", "warping", "clog", "brittle").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symptom | No | ||
| material | Yes |