OctoPrint: add Prusa Connect
Introduction
Octoprint is a powerful open-source 3D printer management tool that allows you to control and monitor your 3D printer remotely. Prusa Connect is a cloud-based service that enables you to manage your Prusa printers from anywhere. By connecting OctoPrint to Prusa Connect, you can enhance your 3D printing experience by accessing additional features and functionalities.
Connecting OctoPrint to Prusa Connect
Follow those steps to connect your OctoPrint instance to Prusa Connect:
- Go to the Cameras section at https://connect.prusa3d.com
- Add a new camera.
- Click the QR code link
- Click “Start Camera”
- Open your browser’s inspector window and look for the “/snapshot” request.
- Copy the “Fingerprint” and “Token” headers into the file below.
- Save prusaconnect_upload_cam.sh from below to
/usr/local/bin/prusaconnect_upload_cam.sh
:
|
|
And make it executable:
|
|
You can test it by running the script manually:
|
|
You should see the camera image being uploaded to Prusa Connect.
Once done, you can move forward and run it in the background, create /etc/systemd/system/prusaconnect_upload_cam.service
:
|
|
and then start and enable it:
|
|
That’s it! You should now see your OctoPrint camera feed in Prusa Connect.
References
Last updated 05 May 2025, 19:06 CEST.