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 to have my printer in always-on mode to allow printing at any time (e.g. connected to a raspberry pi server).First we need to add a background thread that continuously sends keepalive messages to prevent the printer from turning off. Then maybe add a new CLI command that runs as a daemon and allows to run print command without specifying any connection params (or even via HTTP API). However, maybe this is out of the scope of this library and it's better to keep things simple.
The text was updated successfully, but these errors were encountered:
I would like to have my printer in always-on mode to allow printing at any time (e.g. connected to a raspberry pi server).First we need to add a background thread that continuously sends keepalive messages to prevent the printer from turning off. Then maybe add a new CLI command that runs as a daemon and allows to run
print
command without specifying any connection params (or even via HTTP API). However, maybe this is out of the scope of this library and it's better to keep things simple.The text was updated successfully, but these errors were encountered: