-
Notifications
You must be signed in to change notification settings - Fork 1
Printer PIDs
GhostTypes edited this page Jun 26, 2026
·
2 revisions
Every FlashForge printer exposes a Product ID (pid) via the /detail HTTP endpoint (and the TCP M115 handshake), all known printers share the vendor ID 0x2B71
All known FlashForge printer PIDs, sorted numerically by decimal PID.
| PID (hex) | Decimal | Printer | Series | Gen | Platform | Build volume | Extruders | Key features | Notes |
|---|---|---|---|---|---|---|---|---|---|
0x0004 |
4 | Guider 2 | guider | 2 | ARM† | 280x250x300 | 1 | touchscreen | Older ARM-based platform |
0x0006 |
6 | Inventor 2 | inventor | 2 | ARM† | 150x140x140 | 1 | touchscreen | Compact enclosed printer |
0x0007 |
7 | Finder Plus | finder | 1 | ARM† | 140x140x140 | 1 | touchscreen | Entry-level enclosed printer |
0x0008 |
8 | Adventurer 3 | adventurer | 3 | ARM† | 150x150x150 | 1 | camera, touchscreen | Popular compact enclosed printer; removable nozzle |
0x0009 |
9 | Guider 2S | guider | 2 | ARM† | 280x250x300 | 1 | touchscreen | Updated Guider 2 |
0x000d |
13 | Adventurer 3 Lite | adventurer | 3 | mips-linux | 150x150x150 | 1 | touchscreen | Legacy TCP-only (port 8899, no local HTTP API) |
0x0010 |
16 | Creator 4 | creator | 4 | ARM† | 400x350x500 | 2 | camera, touchscreen | Large-format IDEX dual extruder |
0x0014 |
20 | Creator 3 Pro | creator | 3 | ARM† | 300x250x200 | 2 | camera, touchscreen | IDEX dual extruder, enclosed |
0x0016 |
22 | Adventurer 4 Lite | adventurer-4 | 4 | arm-linux | 220x200x250 | 1 | touchscreen | Legacy ARM, TCP-only (port 8899, no HTTP API) |
0x0017 |
23 | Finder 3 | finder | 3 | ARM† | 190x195x200 | 1 | touchscreen | Updated Finder series |
0x0019 |
25 | Guider 3 Plus | guider | 3 | ARM† | 350x350x600 | 1 | camera, touchscreen | Large-format single extruder |
0x001d |
29 | Adventurer 3 Pro 2 | adventurer | 3 | arm-linux | 150x150x150 | 1 | camera, touchscreen | Legacy TCP-only (port 8899, no HTTP API) |
0x001e |
30 | Adventurer 4 Pro | adventurer-4 | 4 | arm-allwinner | 220x200x250 | 1 | camera, LED, touchscreen | Allwinner SoC; TCP-only (no HTTP API); EOL on sz3dp |
0x001f |
31 | Guider 3 Ultra | guider | 3 | ARM† | — | 1 | camera, touchscreen | Firmware on both sz3dp + VoxelShare; PID from Orca slicer device table |
0x0023 |
35 | Adventurer 5M | adventurer-5m | 5 | klipper | 220x220x220 | 1 | touchscreen | Base model (no camera/LED/TVOC); PID confirmed from flashforge_init.sh
|
0x0024 |
36 | Adventurer 5M Pro | adventurer-5m | 5 | klipper | 220x220x220 | 1 | camera, LED, air filter, touchscreen | Built-in camera + LED + TVOC; separate PID from base 5M |
0x0025 |
37 | Guider 4 | guider | 4 | klipper | 300x250x340 | 1 | touchscreen | Similar platform to AD5X |
0x0026 |
38 | Adventurer 5X (AD5X) | adventurer-5x | 5 | klipper | 220x220x220 | 1 | touchscreen | IFS (Intelligent Filament Station); camera/LED optional |
0x0027 |
39 | Guider 4 Pro | guider | 4 | klipper | 300x250x340 | 1 | touchscreen | Upgraded Guider 4 with flow detection |
0x0028 |
40 | Creator 5 | creator | 5 | klipper (MIPS) | 256x256x256 | 4 | camera, touchscreen | CoreXY tool-changer, 4 heads; HTTP-only (no TCP 8899); VoxelShare-only firmware |
0x0029 |
41 | Creator 5 Pro | creator | 5 | klipper (MIPS) | 256x256x256 | 4 | camera, filtration, touchscreen | CoreXY tool-changer, 4 heads; HTTP-only (no TCP 8899); VoxelShare-only firmware |
† Platform marked ARM is inferred (the source only records an explicit platform for some PIDs); FlashForge documents all PIDs below
0x0020as ARM-based.
Key model constants: 35 = Adventurer 5M · 36 = Adventurer 5M Pro · 38 = Adventurer 5X (AD5X) · 40 = Creator 5 · 41 = Creator 5 Pro.