Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 8. Locations
2
3
**URL:** `http(s)://url/locations`
4
5
![Locations Page](../images/locations.png)
6
7
The Locations page is where you manage all **storage locations** for your filament spools. These can be drawers, shelves, containers, or even printers.
8
9
## Table Columns
10
11
| Column | Description |
12
|--------|-------------|
13
| **NAME** | Name of the location (e.g. "Shelf A", "Dry Box") |
14
| **RFID UID** | Optional RFID tag UID for automatic identification |
15
| **SPOOLS** | Number of spools currently stored at this location |
16
| **ACTIONS** | Edit / Delete |
17
18
## Features
19
20
### Add a Location
21
Click **"Add Location"** in the top right. Enter:
22
- **Name** – Name of the storage location
23
- **RFID UID** – (Optional) RFID chip UID, if you use RFID scanners
24
25
### RFID Integration
26
FilaMan supports RFID for storage locations. If you use an RFID scanner and chips, you can automatically assign spools to a location when the scanner sends the location's UID to FilaMan. The RFID UID is attached directly to the storage location (e.g. an RFID sticker on a drawer).
27
28
### Delete a Location
29
A location can only be deleted if no spools are currently assigned to it.
30
31
---
32
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.
33
← [Back: Spools](/Docs/En/07-Spools) | [Next: Printers →](/Docs/En/09-Printers)