Skip to content

FlashForge

Bridge connects to FlashForge printers using a combination of HTTP API and TCP socket protocols.

Supported Models

  • Adventurer 5M
  • Adventurer 5M Pro
  • Adventurer 5X

What You Need

FieldWhere to Find It
IP AddressPrinter touchscreen: Settings (gear icon) > Network tab > look for your IP address
Serial NumberPrinter touchscreen: Settings > Network tab > "Serial Number" field
Check CodePrinter touchscreen: Settings > Network tab > "Printer ID" field (this is the check code despite the label)

Finding the Check Code

The "Check Code" is labeled as Printer ID on the FlashForge touchscreen. Look for it in the Network settings, not the Device/About section.

Setup Steps

  1. Make sure your FlashForge printer is connected to WiFi and on the same network as your Bridge computer
  2. In Bridge, click Add Printer
  3. Set Platform to FlashForge
  4. Enter the IP Address
  5. Enter the Serial Number and Check Code (found in the printer's network settings)
  6. Click Save

Camera Streaming

FlashForge printers with a built-in camera stream video over HTTP. Bridge auto-detects the camera URL:

http://<ip>:8080/?action=stream

The MJPEG stream is relayed to your PrintHQ dashboard automatically. No additional configuration needed.

Connection Details

SettingValue
HTTP API Port8898
TCP Socket Port8899
Camera Port8080
AuthenticationSerial Number + Check Code
DiscoveryManual IP entry

Bridge first tries the HTTP API (newer firmware) and falls back to the legacy TCP protocol if needed. Both methods provide full status monitoring including temperatures, print progress, and control commands.

What Bridge Reports

  • Nozzle and bed temperatures (current and target)
  • Print progress, filename, and estimated time
  • Print completion detection
  • Printer model, firmware version, and MAC address
  • Active filament information

Troubleshooting

  • Connection refused? Make sure the printer is on the same network. Some FlashForge models require WiFi to be set to "LAN mode" in settings.
  • Wrong check code? Double-check you're using the "Printer ID" field from the Network settings tab, not a different ID from the About screen.
  • Temperatures not showing? Make sure you're running the latest version of Bridge. Older versions had a bug where nozzle temperature was read from the wrong field.
  • Camera not loading? Verify the printer has a camera module and that port 8080 is accessible from your Bridge machine.