check_printer_material_compatibility
Check printer-material compatibility: returns status, required hardware upgrades (enclosure, nozzle, dry box), and practical notes.
Instructions
Check if a specific printer can handle a material.
Returns compatibility status (compatible / needs_upgrade /
not_compatible), any required hardware upgrades (enclosure,
hardened nozzle, dry box), and practical notes.
Use this when a user asks "can my Ender 3 print nylon?" or
another specific printer/material question.
Args:
printer: Printer model ID (e.g. "ender3", "bambu_x1c",
"prusa_mk4", "voron_2"). Use underscores, lowercase.
material: Material to check (e.g. "nylon", "abs").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | Yes | ||
| material | Yes |