arpruss / gcodeplot

Use a 3-axis machine as a pen plotter
Other
167 stars 60 forks source link

Added support for directly uploading to networked 3D Printers running Klipper via the Moonraker API #41

Closed Iridium-IO closed 7 months ago

Iridium-IO commented 8 months ago

Adds a new tab in the GCodePlot window called Connection Settings that contains the Moonraker API settings as well as the Serial Connection settings (moved from the General tab).

Currently doesn't support authentication since I don't have auth set up on my own Moonraker instance, but does support the option to automatically start cutting once upload is complete.

arpruss commented 8 months ago

This is a dilemma. I can't test it, since I don't have any Klipper/Moonraker devices. But I can see it would be useful to some people. If smeone other than the submitter can test it and report, I might be willing to add it.

Iridium-IO commented 7 months ago

Ah no, I've botched my git repository. Didn't mean for all these other commits to become part of this pull request -.-

Edit: Fixed, time to use branches properly