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
I would like there to be a low-power idle mode which is triggered by a gcode command. It would have the following features:
LCD is off
All heaters and fans off (so firmware will wait until nozzle is cold)
Serial port is disconnected (so Octoprint doesn't try sending command)
Processor is still on, but firmware is running in an idle loop. So memory has not been cleared, but the processor is not really executing code.
PrusaLink is shut down.
The only way to exit low-power mode is to either power-cycle the printer, or press the button on the control panel.
The purpose of this is to allow the printer to wake up quickly for the next print, but still consume almost no power if idle for hours. I would add the gcode command to the End G-code, so that it triggers automatically at the end of the print. If I ever need to print anything else, I can just press the panel button when I remove the print.
Expected functionality
.
The text was updated successfully, but these errors were encountered:
Printer model
MK3.5s
Describe the feature
I would like there to be a low-power idle mode which is triggered by a gcode command. It would have the following features:
The only way to exit low-power mode is to either power-cycle the printer, or press the button on the control panel.
The purpose of this is to allow the printer to wake up quickly for the next print, but still consume almost no power if idle for hours. I would add the gcode command to the End G-code, so that it triggers automatically at the end of the print. If I ever need to print anything else, I can just press the panel button when I remove the print.
Expected functionality
.
The text was updated successfully, but these errors were encountered: