Currently, each document creates a separate CUPS task, causing an annoying ~2 second delay between prints. Ideally, documents sent simultaneously should be grouped into a single job.
My libcups wrapper already supports batch printing — this just needs to be implemented in the Telegram bot.
Permalink to printing code.
Currently, each document creates a separate CUPS task, causing an annoying ~2 second delay between prints. Ideally, documents sent simultaneously should be grouped into a single job.
My libcups wrapper already supports batch printing — this just needs to be implemented in the Telegram bot.
Permalink to printing code.