Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 7. Spools
2
3
**URL:** `http(s)://url/spools`
4
5
![Spools Page](../images/spools.png)
6
7
The Spools page shows your **physical filament inventory** – every individual spool you own. This is the core of FilaMan.
8
9
## Table Columns
10
11
| Column | Description |
12
|--------|-------------|
13
| **ID** | Unique internal ID of the spool |
14
| **FILAMENT** | Assigned filament product (name + color) |
15
| **MANUFACTURER** | Filament manufacturer |
16
| **MATERIAL** | Material type (PLA, PETG, ABS, etc.) |
17
| **STATUS** | Current fill level status (Full / Normal / Low / Critical / Empty) |
18
| **REMAINING** | Remaining weight in grams |
19
| **LOCATION** | Current storage location of the spool |
20
21
## Features
22
23
### Search
24
Searches filament name, manufacturer, and other fields.
25
26
### Filters
27
FilaMan offers extensive filtering options for spools:
28
- **All Statuses** – Filter by fill level status
29
- **All Locations** – Show only spools at a specific location
30
- **All Manufacturers** – Filter by manufacturer
31
- **All Materials** – Filter by material type
32
33
### Group by Filament
34
Toggle **"Group by Filament"** to group spools by their filament product. This gives a quick overview of how many spools of each filament you have.
35
36
### Add a Spool
37
Click **"Add Spool"** in the top right. The form includes:
38
- **Filament** – Select the associated filament product
39
- **Location** – Storage location of the spool
40
- **Initial Weight / Remaining Weight** – Starting weight and current remaining weight in grams
41
- **Purchase Price** – Purchase price (optional, for value calculation)
42
- **Purchase Date** – Purchase date (optional)
43
- **Notes** – Free-text note
44
- **Extra Fields** – If configured by the administrator
45
46
### Edit / Delete a Spool
47
In the actions column you can:
48
- ✏️ **Edit** – Update spool information (e.g. remaining weight after printing)
49
- 🗑️ **Delete** – Remove the spool from the system
50
f1cde5 Manuel Weiser 2026-03-14 19:37:26
docs: Add label printing feature to spool detail page
51
### Print Label
52
53
On a spool's detail page, you'll find the **"Print Label"** button. This opens the label designer where you can create and print a custom label for your spool.
54
55
**Settings:**
56
- **Width / Height (mm)** – Label dimensions
57
- **Font Size (%)** – Scales the text size on the label
58
- **QR Size (mm)** – Size of the QR code (links to the spool's detail page)
59
60
**Displayed Information:**
61
Use checkboxes to select which information appears on the label:
62
- QR code, Spool ID, Manufacturer, Material, Color
63
64
**Extra Fields:**
65
If extra fields are configured for spools or the associated filament (see [Admin → Extra Fields](/Docs/En/11-Admin)), they appear as additional checkboxes under the "Extra Fields" heading. This lets you optionally include information like drying temperatures or other custom data on the label. When fields from both the spool and the filament are present, the source is shown in parentheses.
66
67
All settings are saved in the browser and automatically restored on the next visit. Use **"Reset"** to restore the defaults.
68
57076d Manuel Weiser 2026-02-23 16:43:14
update
69
> 💡 **Tip:** Regularly update the remaining weight of your spools so that the Dashboard and low-stock alerts show accurate values.
70
71
---
72
fe70cf Manuel Weiser 2026-03-09 08:10:11
Update documentation links to use consistent casing and absolute paths - Changed links in German documentation to use absolute paths with consistent casing. - Updated links in English documentation to follow the same format. - Ensured all navigation links point to the correct sections across all documents.
73
← [Back: Filaments](/Docs/En/06-Filaments) | [Next: Locations →](/Docs/En/08-Locations)