get_print_diagnostic
Identify root causes and fixes for 3D printing issues by analyzing material, symptom, and optional printer model. Cross-reference troubleshooting, compatibility, storage, and post-processing data to deliver a single action plan.
Instructions
Get a comprehensive print diagnostic combining multiple knowledge sources.
This is the PRIMARY tool for debugging print problems. Combines
troubleshooting data (symptom matching, root causes, fixes),
printer compatibility (upgrade requirements, known issues),
storage requirements (drying temps, humidity limits), and
post-processing tips (strengthening options) into a single
actionable response.
Call this FIRST when a user reports any print quality problem.
It cross-references all knowledge sources so the agent doesn't
need to make multiple tool calls.
Examples:
material="petg", symptom="stringing", printer="ender3"
material="abs", symptom="warping", printer="bambu_a1"
material="nylon", symptom="brittle"
Args:
material: Material being printed (e.g. "pla", "petg").
symptom: What's going wrong (e.g. "stringing", "warping",
"poor adhesion", "clog", "brittle").
printer: Optional printer model for compatibility context
(e.g. "ender3", "bambu_x1c").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | No | ||
| symptom | Yes | ||
| material | Yes |