check_printer_material_support
Check if your 3D printer supports a specific material or get a full list of compatible materials with hardware upgrade requirements.
Instructions
Check if a printer supports a specific material, or list all compatible materials for a printer.
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.
If ``material_id`` is omitted, returns the full compatibility matrix
for the printer — useful for seeing everything you can print on it.
Args:
printer_id: Printer model identifier (e.g. ``"bambu_a1"``,
``"ender3"``, ``"prusa_mk4"``).
material_id: Optional material to check (e.g. ``"petg"``).
If omitted, returns all materials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer_id | Yes | ||
| material_id | No |