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
51
> 💡 **Tip:** Regularly update the remaining weight of your spools so that the Dashboard and low-stock alerts show accurate values.
52
53
---
54
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.
55
← [Back: Filaments](/Docs/En/06-Filaments) | [Next: Locations →](/Docs/En/08-Locations)