prusa3d / Prusa-Firmware-SL1

Original Prusa SL1 3D printer firmware
GNU General Public License v3.0
39 stars 17 forks source link

Feature request: Power on/off options #62

Closed khenderick closed 2 years ago

khenderick commented 2 years ago

I would like to request 2 power-related features:

My practical use case:

I monitor my printer remotely, and my printer is connected to a remotely controllable socket. When the print completes, I get a notification with some stats. When I activate the auto-power-off feature, the printer turns off too soon, so my scripts can't reliable detect a finished print. The power-off API would allow my script to notice the print has finished, collect the desired information, send the notification, turn off the printer, and after a minute or so power down the socket. When I'm about to make a new print, I can remotely turn on the socket after which the printer automatically starts. I can then use the web interface to upload a file, and then go to the printer to physically start the print.

JakubSilar3D commented 2 years ago

Both ideas sound nice. Thanks. This switch off over api is in the backlog /no promises/. There is no reasonable way to implement the "auto-power-on" on SL1s hardware, unfortunately.