find_printers_with_material
Locate 3D printers loaded with a specific material, sorted by remaining stock. Optionally filter by color and minimum grams.
Instructions
Find printers that have a specific material loaded.
Returns printers with the matching material, sorted by
remaining stock (most first). Optionally filter by colour
and minimum remaining grams.
Args:
material_type: Material type to find (e.g. ``"PLA"``).
color: Optional colour filter.
min_grams: Minimum remaining grams (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| min_grams | No | ||
| material_type | Yes |