markwal / OctoPrint-PolarCloud

OctoPrint plugin that connects OctoPrint to the Polar3D cloud. You easily monitor your printer from outside your LAN without arcane setup of port forwarding, etc. Plus, take advantage of the rapidly evolving Polar Cloud capabilities and UI.
GNU Affero General Public License v3.0
15 stars 8 forks source link

Coming soon: gcodeFile #21

Closed dnewman-polar3d closed 3 years ago

dnewman-polar3d commented 7 years ago

Shortly, a print command may have

"gcodeFile": "URL to gcode file"

in place of

"stlFile": "URL to STL file",
"configFIle": "URL to slicing config file"

For such a print command, this would be a print job in which to simply print the supplied gcode. These will come about as we're adding to the Polar Cloud the ability to simply upload gcode to create a queued print job. Useful for folks who want to use their own slicer.

vmorrisPolar commented 3 years ago

Implemented in 2017, closing ticket.