You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For most of us UVtools is the last step before starting a print and USB printing is a massive hassle, even more so with the printer in the basement or a garage. Sadly the current implementation has no support for S3U, M4U, etc.
Describe the solution you'd like
Looking for a way to upload and start prints I found this project.
I tested it and it worked flawlessly right away. Since the printer is working with MQTT we could even set up monitoring via HomeAssistant!
The minimum implementation imho would be:
Settings tab to enable/disable the integration. Optional: "Use printer at IP" (this is because there is no need to specify a printer. If none is specified it will simply talk to all of them and if you only have one that is okay. no further setup needed)
A button somewhere that reports back the printer status
An option to send the current file and start the print
Additionally a progress bar would also be nice but it is not really needed.