Hi (first post, pls be friedly if this is old stuff, I did not find anything here, maybe too stupid?)
Situation: Wifey is angry about the Printer Sounds that rob her precious beauty sleep at night.
So I thought, at a certain time in the evening I should PAUSE ongoing jobs and RESUME them when it is safe again in the morning.
No big deal, cron is my friend for decades already and the needed commands could easily be found in the API (/api/job command:pause, action:pause|resume).
It works, but there is still large room for improvements because this way, the temps are kept up, the fans are howling, and power consumption is still quite high. Would be a waste to let it run overnight this way.
Tests showed, that it is bold to just turn off everything via command and hope that "resume" will be nice and restore the old values before it really resumes printing. No way, the printer stays cold and just flips around moving but printing nothing anymore
So I was looking into the API for some "PUSH" and "PULL" commands, but sadly, I did not find anything alike.
Of course, I could do it the hard way, reading current values, storing them somewhere, pausing the printer, shutting off motors, heater and bed and restore those values, wait for heating up and finally resume.
This is a bit error-prone because I do not know WHAT I need to save and restore. Likely that I miss something important.
So I am asking if somebody already has made a skript or plugin to fulfill my needs, or if there is a chance in the future to add new commands to the API that do these jobs ?