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
240011 Manuel Weiser 2026-04-08 20:25:37
docs: Add FilaManDB integration details and update related sections in user manuals
46
#### Load Spool Profile from FilaManDB
47
48
> **Prerequisite:** The FilamentDB plugin must be enabled under [Admin → System](/Docs/En/11-Admin).
49
50
In the spool data section (empty weight, diameter, width), the **"Load from FilaManDB"** button is available:
51
52
1. Click the button – a search field opens
53
2. Search for a spool profile (e.g. by manufacturer name or material type)
54
3. If available, an **image of the spool profile** is displayed
55
4. Select the matching profile – the spool data is automatically applied:
56
- **Empty Weight**
57
- **Outer Diameter**
58
- **Width**
59
- **Spool Material**
60
61
This feature is available both when **creating** and when **editing** spools.
62
63
→ More information: [Chapter 18: FilaManDB Community Database](/Docs/En/18-Filamandb)
64
57076d Manuel Weiser 2026-02-23 16:43:14
update
65
### Edit / Delete a Spool
66
In the actions column you can:
67
- ✏️ **Edit** – Update spool information (e.g. remaining weight after printing)
68
- 🗑️ **Delete** – Remove the spool from the system
69
f1cde5 Manuel Weiser 2026-03-14 19:37:26
docs: Add label printing feature to spool detail page
70
### Print Label
71
72
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.
73
74
**Settings:**
75
- **Width / Height (mm)** – Label dimensions
76
- **Font Size (%)** – Scales the text size on the label
77
- **QR Size (mm)** – Size of the QR code (links to the spool's detail page)
78
79
**Displayed Information:**
80
Use checkboxes to select which information appears on the label:
81
- QR code, Spool ID, Manufacturer, Material, Color
82
83
**Extra Fields:**
84
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.
85
86
All settings are saved in the browser and automatically restored on the next visit. Use **"Reset"** to restore the defaults.
87
57076d Manuel Weiser 2026-02-23 16:43:14
update
88
> 💡 **Tip:** Regularly update the remaining weight of your spools so that the Dashboard and low-stock alerts show accurate values.
89
90
---
91
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.
92
← [Back: Filaments](/Docs/En/06-Filaments) | [Next: Locations →](/Docs/En/08-Locations)