Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions _plugins/prusa_connect_uploader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
layout: plugin

id: prusa_connect_uploader
title: Prusa Connect Uploader
description: Uploads webcam snapshots from OctoPrint to Prusa Connect for enhanced remote monitoring.
authors:
- Rizz
license: MIT

date: 2025-05-01

homepage: https://github.com/rizz360/prusa_connect_uploader
source: https://github.com/rizz360/prusa_connect_uploader
archive: https://github.com/rizz360/prusa_connect_uploader/archive/refs/tags/1.0.3.zip
Comment thread
rizz360 marked this conversation as resolved.
Outdated

tags:
- prusa
- monitoring
- camera
- snapshot
- remote access

#screenshots:
#- url: /assets/img/plugins/prusa_connect_uploader/docs/config-panel.png
# alt: "Plugin settings view"
# caption: "Configure your token and upload interval from the settings tab."

#featuredimage: /assets/img/plugins/prusa_connect_uploader/example.png

compatibility:
octoprint:
- 1.10.3

os:
- linux
- windows
- macos

python: ">=3,<4"

attributes:
- cloud
---

Prusa Connect Uploader is an OctoPrint plugin that captures webcam snapshots and uploads them to [Prusa Connect](https://connect.prusa3d.com) for remote viewing and monitoring.

Easily configure your upload token and snapshot frequency from the plugin settings. Once set up, snapshots will be pushed automatically during printing, improving your visibility while away from the printer.

See the [README](https://github.com/rizz360/prusa_connect_uploader#readme) for detailed setup instructions.