Ankermgmt / ankermake-m5-protocol

Ankermake M5 protocol specifications and libraries *NOT AFFILIATED WITH ANKER*
GNU General Public License v3.0
161 stars 34 forks source link

[ENHANCEMENT] Print from Web UI #112

Open billyjbryant opened 1 year ago

billyjbryant commented 1 year ago

Your issue may already be reported! Please search on the issue tracker before creating one.

Describe the solution you'd like Provide a way to upload gcode files from the WebUI

Describe alternatives you've considered Uploading through a Slicer or the CLI

Additional context Add any other context or screenshots about the feature request here.

chrivers commented 1 year ago

That should be pretty easy, since we already have a http api for print job upload.

I think the main challenge is actually figuring out how to integrate it into the ui.

Maybe we talk about all the upcoming ideas for features on the discord, and see if we can't come up with a plan for an overall ui design to target :)

billyjbryant commented 1 year ago

I implemented this in #113 feel free to comment on how I included it :)

chrivers commented 1 year ago

Fixed in v1.1 :)