Blame

57076d Manuel Weiser 2026-02-23 16:43:14
update
1
# 5. Manufacturers
2
3
**URL:** `http(s)://url/manufacturers`
4
5
![Manufacturers Page](../images/manufacturers.png)
6
7
The Manufacturers page is where you manage all **filament manufacturers** whose products you want to track in the system. Each manufacturer can have multiple associated filaments.
8
9
## Table Columns
10
11
| Column | Description |
12
|--------|-------------|
13
| **NAME** | Name of the manufacturer |
14
| **URL** | Manufacturer's website (clickable link) |
15
| **FILAMENTS** | Number of filament types registered for this manufacturer |
16
| **SPOOLS** | Number of spools from this manufacturer currently in stock |
17
| **MATERIALS** | Materials used (e.g. PLA, PETG, ABS) |
18
| **ACTIONS** | Edit / Delete buttons |
19
20
## Features
21
22
### Search
23
Use the **search bar** at the top left to filter manufacturers by name.
24
25
### Filter by Material
26
The **"All Materials"** dropdown filters the manufacturer list by a specific filament material (e.g. show only PLA manufacturers).
27
28
### Add a Manufacturer
240011 Manuel Weiser 2026-04-08 20:25:37
docs: Add FilaManDB integration details and update related sections in user manuals
29
Click **"Add Manufacturer"** in the top right. A dialog will open with two creation modes:
30
31
#### Create from FilaManDB (recommended)
32
33
> **Prerequisite:** The FilamentDB plugin must be enabled under [Admin → System](/Docs/En/11-Admin). If the plugin is not active, only the manual mode is shown.
34
35
1. Select the **"Create from FilaManDB"** mode (radio button at the top of the dialog)
36
2. Type at least 2 characters in the search field – a dropdown appears with matches from the [FilaManDB community database](/Docs/En/18-Filamandb)
37
3. Click on the desired manufacturer
38
4. **Name** and **website** are automatically pre-filled
39
5. The **manufacturer logo** is also automatically downloaded if available in the FilaManDB
40
41
#### Manual entry
42
43
1. Select the **"Manual entry"** mode
44
2. Fill in the fields:
45
- **Name** – Required: manufacturer name (e.g. "Prusament")
46
- **URL** – Optional website address of the manufacturer
57076d Manuel Weiser 2026-02-23 16:43:14
update
47
48
### Edit a Manufacturer
49
Click the **pencil icon** in the **ACTIONS** column next to a manufacturer.
50
240011 Manuel Weiser 2026-04-08 20:25:37
docs: Add FilaManDB integration details and update related sections in user manuals
51
When the FilamentDB plugin is enabled, the **"Load from FilaManDB"** button is available in the edit dialog. Use it to update the manufacturer data (name, website, logo) with the latest data from the community database.
52
57076d Manuel Weiser 2026-02-23 16:43:14
update
53
### Delete a Manufacturer
54
Click the **trash icon** in the **ACTIONS** column. A manufacturer can only be deleted if no filaments are assigned to it.
55
56
---
57
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.
58
← [Back: Dashboard](/Docs/En/04-Dashboard) | [Next: Filaments →](/Docs/En/06-Filaments)