check_printer_material_compatibility
Check whether a specific printer can print a given material, or view its full material compatibility matrix. Get compatibility status, required upgrades, 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.
When no material is specified, returns the full compatibility
matrix for the printer across all known materials.
Use this when a user asks "can my Ender 3 print nylon?" or
"what materials work on my Bambu A1 Mini?"
Args:
printer: Printer model ID (e.g. "ender3", "bambu_x1c",
"prusa_mk4", "voron_2"). Use underscores, lowercase.
material: Optional material to check (e.g. "nylon", "abs").
If omitted, returns all materials for this printer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | Yes | ||
| material | No |