spoolman_create_filament
Create a new filament definition in Spoolman by specifying required density and diameter. Add optional details like material, color, price, and vendor.
Instructions
Create a new filament definition in Spoolman. Density and diameter are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filament name | |
| price | No | Price per spool | |
| weight | No | Net weight in grams (filament only, without spool) | |
| comment | No | Optional comment | |
| density | Yes | Filament density in g/cm³ (required) | |
| diameter | Yes | Filament diameter in mm (required, e.g. 1.75 or 2.85) | |
| material | No | Material type (e.g. PLA, PETG, ABS, TPU) | |
| color_hex | No | Color as hex string (without #), e.g. FF0000 for red | |
| vendor_id | No | Vendor ID | |
| external_id | No | External database ID | |
| spool_weight | No | Empty spool weight in grams | |
| article_number | No | Manufacturer article number | |
| multi_color_hexes | No | Comma-separated hex colors for multi-color filaments | |
| settings_bed_temp | No | Recommended bed temperature in °C | |
| settings_extruder_temp | No | Recommended extruder temperature in °C |