set_material
Record the filament material and color loaded into a 3D printer's extruder, including optional spool tracking and multi-tool support.
Instructions
Record which filament material is loaded in a printer.
Args:
printer_name: Target printer name.
material: Material type (PLA, PETG, ABS, etc.).
color: Optional filament color.
spool_id: Optional ID of a tracked spool.
tool_index: Extruder index for multi-tool printers (default 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| material | Yes | ||
| spool_id | No | ||
| tool_index | No | ||
| printer_name | Yes |