brother_ql icon indicating copy to clipboard operation
brother_ql copied to clipboard

Feature Request: Printer Status

Open Danielwsx64 opened this issue 5 years ago • 7 comments

I don't know if it is possible but I have a need to see if the printer is ok to print. Some times its starts blinking the red led because of some error and I would like to know before send other print.

Danielwsx64 avatar Jan 08 '20 14:01 Danielwsx64

If this info / status could additionally provide the currently loaded label roll that would be amazing

bobbysmith007 avatar Feb 03 '20 18:02 bobbysmith007

I need this as well, if there is anything I can assist with on the development side please let me know, I'll be digging for more information on how it works on my own for now until I can get something mocked up.

raddessi avatar Feb 21 '20 19:02 raddessi

I implemented a module, that can read the status of the printer here: https://github.com/arbu/printui/blob/master/printui/printer.py. Maybe it could be integrated into this repo. So far I was only able to test this with a QL-570. But I included all fields I could find in the documentation files on the brother website. (If you want to test this: the PrinterDevice class in that file currently does not work well with the brother_ql convert() function. The convert() functions adds a status information request in the middle of the print command which is not handled. To prevent that remove the call to qlr.add_status_information() in brother_ql/conversion.py.)

arbu avatar Mar 23 '20 20:03 arbu

Reading the current label type would be great, as it could be used to eliminate possible errors! :-)

debuglevel avatar Sep 25 '20 12:09 debuglevel

@arbu I can confirm the printui module works well with QL-800 too.

arnotixe avatar Jan 12 '21 23:01 arnotixe

Is there a way to raise a bounty to implement this in the command line tool, @pklaus ? some $ to a paypal account maybe? :smiley: I'd be happy to chip in!

arnotixe avatar Jan 13 '21 00:01 arnotixe