Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 13. Tips & FAQ
2
3
## ❓ How do I add a new spool?
4
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.
5
1. Make sure the manufacturer is already created (→ [Manufacturers](/Docs/En/05-Manufacturers))
6
2. Make sure the filament product is already created (→ [Filaments](/Docs/En/06-Filaments))
7
3. If needed, create the storage location (→ [Locations](/Docs/En/08-Locations))
57076d Manuel Weiser 2026-02-23 16:43:14
update
8
4. Go to **Spools** and click **"Add Spool"**
9
5. Select the filament and location, enter the weight, and save
10
11
---
12
13
## ❓ In what order should I enter data?
14
15
For best results, we recommend the following order:
16
17
```
18
1. Create manufacturers (Manufacturers)
19
2. Create colors (via "Manage Colors" in Filaments)
20
3. Create filament products (Filaments)
21
4. Create storage locations (Locations)
22
5. Create spools (Spools)
23
6. Create printers (Printers) – optional
24
```
25
26
---
27
28
## ❓ What does the "Low Stock" status mean?
29
30
Each filament has a minimum weight threshold (Min. Weight) defined when the filament is created. When a spool's remaining weight falls below this threshold, the spool is marked as **Low**. The Dashboard will then show a warning in the "Low Stock Spools" card.
31
32
---
33
34
## ❓ How do I change the color theme?
35
36
In the bottom left of the sidebar there are buttons for **Default**, **Light**, and **Dark**. Simply click the desired theme.
37
38
---
39
40
## ❓ I can't see the Admin area – why?
41
42
The **Admin Panel** menu item is only visible to users with the **Admin role**. If you need to perform administrative tasks, contact your system administrator to get the necessary permissions.
43
44
---
45
46
## ❓ How do I log out?
47
48
Click the **→ arrow icon** at the bottom left of the sidebar next to the gear icon. You will be immediately signed out and redirected to the login page.
49
50
---
51
3a3f92 Manuel Weiser 2026-03-09 20:28:01
docs: Add CLI password reset command to FAQ (DE+EN) Add documentation for admin password reset via CLI command: - German FAQ entry with docker exec example - English FAQ entry with docker exec example - Instructions for interactive password prompt - Minimum password length requirement (8 chars)
52
## ❓ I forgot my admin password – what can I do?
53
54
If you are an administrator and no longer have access to your account, you can reset your password via the command line in the Docker container.
55
56
**Command:**
57
58
```bash
59
docker exec -it filaman-system-app python -m app.cli reset-password admin@example.com
60
```
61
62
**Notes:**
63
- Replace `admin@example.com` with your actual admin email address
64
- You will be prompted twice to enter the new password (hidden input)
65
- The password must be at least 8 characters long
66
- After a successful reset, you can log in with the new password
67
68
---
69
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.
70
← [Back: Color Management](/Docs/En/12-Colors) | [Next: Plugin: BambuLab →](/Docs/En/14-Plugin-Bambulab)
57076d Manuel Weiser 2026-02-23 16:43:14
update
71
72
---
73
74
*This manual was created for FilaMan. For technical questions or issues, please contact your system administrator.*