add_spool
Add a new filament spool to your 3D printer inventory with material, color, brand, weight, and cost.
Instructions
Add a new filament spool to inventory.
Args:
material: Material type (PLA, PETG, ABS, etc.).
color: Filament color.
brand: Manufacturer brand.
weight_grams: Total spool weight in grams (default 1000).
cost_usd: Cost of the spool in USD.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | ||
| color | No | ||
| cost_usd | No | ||
| material | Yes | ||
| weight_grams | No |