michalmph

Results 4 comments of michalmph

I've managed to do that from python code. I hope this is what the library expects internally. I'm on Windows 10. ```python import os import glob import brother_ql from brother_ql.raster...

@johnlee999 That's great info, thanks a lot for this! If time allows, I'll check this and report back.

Deprecation warning is a normal and expected message for the brother_ql.devicedependent library. It looks like the printer does not return any statuses after the print request was sent - so...

Can confirm, I'm having this issue with current master as well. I'm printing labels from a loop, and I need to `printer = BrotherQLRaster('QL-1050')` after every print call to the...