A bridge plugin to connect OctoPrint with Prusa Connect, enabling seamless remote monitoring and control of your printer.
- ⏳ Real-time printer status monitoring via Prusa Connect (temperatures, progress, etc.).
✈️ Remote print control: start, stop, pause, resume.- 📽️ Webcam stream viewable in Prusa Connect.
- 📂 Browse and print files from OctoPrint through Prusa Connect.
- 🔐 Secure communication with Prusa servers.
- 🔧 Easy setup directly within OctoPrint.
- OctoPrint (version X.Y.Z or later)
- Valid Prusa Account (for Prusa Connect)
- Open OctoPrint Settings
- Navigate to "Plugin Manager"
- Click on Get More...
- Search for
PrusaConnect Bridge
- Click Install
cd ~/.octoprint/plugins
git clone https://github.com/VisualBoy/PrusaConnect-Bridge.git PrusaConnect-Bridge
Or download the ZIP and install via Plugin Manager:
- Open OctoPrint Settings > Plugin Manager
- Click Get More... > Upload from file > Browse to the ZIP
- Click Install, then restart OctoPrint
- Go to OctoPrint Settings > PrusaConnect Bridge
- Follow the registration wizard to link your OctoPrint instance to your Prusa Connect account
- Enter the temporary code on connect.prusa3d.com
- Save configuration settings
- Once connected, your printer will show up in your Prusa Connect dashboard
- Monitor temperatures, control print jobs, and access webcam
- Fully functional from both web and mobile Prusa Connect interfaces
Issue | Solution |
---|---|
Printer not visible in Prusa Connect | Ensure registration is complete and the plugin is enabled |
Webcam not showing | Check OctoPrint webcam settings and network access |
For more help, check the Issues tab or join the community.
Contributions are welcome! To get started:
-
Fork the repository
-
Create a new branch:
git checkout -b feature/your-feature-name
-
Make your changes and commit:
git commit -am 'Add some feature'
-
Push and open a Pull Request
Please follow the existing code style and add tests when relevant.
This project is licensed under the MIT License.