spoolman_update_spool
Update an existing spool by ID, modifying only the fields you supply, such as weight, location, or archive status. Keep 3D printer filament inventory precise.
Instructions
Update an existing spool by ID. Only provide the fields you want to change. remaining_weight and used_weight are mutually exclusive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The spool ID | |
| lot_nr | No | New lot/batch number | |
| comment | No | New comment | |
| archived | No | Archive/unarchive the spool | |
| location | No | New storage location | |
| last_used | No | Last use timestamp (ISO 8601) | |
| first_used | No | First use timestamp (ISO 8601) | |
| filament_id | No | New filament ID | |
| used_weight | No | New used weight in grams | |
| remaining_weight | No | New remaining weight in grams |