Timed start of print job
Hi,
I would like to see the functionality to start an uploaded print job at a specified time. I often have the problem that starting a print job right away would annoy the nighbours at night but starting it at a time when I am still asleep would be no problem for them.
Comments
You can check the web api how to start a job. You can send that with curl command line tool. Linux has e.g. the at command that allows execution of a command line at a given time. So with that you could achieve what you want on your own risk.