check_printer_material_support
Check if a printer supports a specific material. Returns compatibility status, required hardware upgrades, and material-specific notes.
Instructions
Check if a printer supports one specific material.
Returns compatibility status (``"compatible"`` or ``"needs_upgrade"``),
required hardware upgrades (enclosure, hardened nozzle, dry box, etc.),
and material-specific notes for the printer.
**See also:** ``check_printer_material_compatibility`` for the same
check with design-intelligence context and alternative suggestions.
Args:
printer_id: Printer model identifier (e.g. ``"bambu_a1"``,
``"ender3"``, ``"prusa_mk4"``).
material_id: Material to check (e.g. ``"petg"``). Required so this
hosted surface cannot enumerate a printer's complete matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_id | Yes | ||
| material_id | Yes |