forked from maziggy/bambuddy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Printer Connection Issues
Marko@VMHOMELAB edited this page Jun 13, 2026
·
2 revisions
Troubleshoot printer connections by following the request path from Printbuddy to the printer.
Use the correct provider:
- Bambu Lab for Bambu local access.
- Klipper, Fluidd, or Mainsail for Moonraker.
- PrusaLink for local PrusaLink.
- Prusa Connect for cloud/mobile API.
Moonraker example:
curl -v http://<printer-ip>:7125/server/infoPrusaLink example:
curl -v http://<printer-ip>/api/v1/statusCamera example:
curl -I '<camera-url>'Redact credentials, but verify:
- Bambu access code and serial number.
- Moonraker token if enabled.
- PrusaLink credentials/secret.
- Prusa Connect token.
docker compose logs --tail=200 printbuddyLook for HTTP status codes, refused connections, DNS failures, and timeout errors.