Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Moonraker Support #2

Open
sphawes opened this issue Jun 7, 2024 · 2 comments
Open

Add Moonraker Support #2

sphawes opened this issue Jun 7, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@sphawes
Copy link
Member

sphawes commented Jun 7, 2024

Moonraker allows for file upload using an HTTP POST request. Documentation is here.

settings.json will need to be changed to support different printer types.

@sphawes sphawes added enhancement New feature or request help wanted Extra attention is needed labels Jun 7, 2024
@GerritPlehn
Copy link

PR #7 implements Klipper/Moonraker.

@matmen
Copy link

matmen commented Jun 15, 2024

For printers utilizing a separate host computer (all Klipper 3d printers), I wonder if other alternatives are better suited for the task.

Mounting an SMB share on the host computer would likely work, that way you can have one "primary" host computer (or NAS/server) all the printers would be pulling the required files off of when needed. One obvious issue here is that if the connection to the SMB share fails, all your prints will fail.

Personally, I use syncthing to replicate my ~/printer_data/gcodes directory to multiple locations, which should be faster and more reliable than plain old HTTP uploads since it's peer to peer and can sync from/to many clients at the same time. This also doesn't have the disadvantage of requiring a constant connection to the share, as all the files are saved locally. I also use the same approach to back up my config files, logs, timelapse videos and moonraker/spoolman databases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants