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 was so glad to find this project a few days ago. I have been fighting for a way to programmatically print labels, and found P-Touch to be woefully inadequate!
However, I did note when I read the README that the labels in our QL-1060N are 103x164.
Is it possible we might be able to add that label size to the repository? I have no idea what sort of legwork that would be. I have some experience and happy to look into it... but it might just be a lot easier for us to buy some 102x51s!
Here are my commands not throwing exceptions! Thanks to the other issues in here for getting me through pyUSB permissions issue.
After executing these commands the label printer has a red blinking light.
~$ brother_ql -b pyusb -m QL-1060N -p usb://0x04f9:0x202a print -l 102x152 ~/Downloads/cat.png
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release
INFO:brother_ql.backends.helpers:Sending instructions to the printer. Total: 274144 bytes.
ERROR:brother_ql.reader:Error: Replace media error
ERROR:brother_ql.backends.helpers:Errors occured: ['Replace media error']
WARNING:brother_ql.backends.helpers:'printing completed' status not received.
WARNING:brother_ql.backends.helpers:'waiting to receive' status not received.
WARNING:brother_ql.backends.helpers:Printing potentially not successful?
~$ brother_ql -b pyusb -m QL-1060N -p usb://0x04f9:0x202a print -l 102 ~/Downloads/cat.png
deprecation warning: brother_ql.devicedependent is deprecated and will be removed in a future release
INFO:brother_ql.backends.helpers:Sending instructions to the printer. Total: 274144 bytes.
ERROR:brother_ql.reader:Error: Replace media error
ERROR:brother_ql.backends.helpers:Errors occured: ['Replace media error']
WARNING:brother_ql.backends.helpers:'printing completed' status not received.
WARNING:brother_ql.backends.helpers:'waiting to receive' status not received.
WARNING:brother_ql.backends.helpers:Printing potentially not successful?
The text was updated successfully, but these errors were encountered:
Hello
I was so glad to find this project a few days ago. I have been fighting for a way to programmatically print labels, and found P-Touch to be woefully inadequate!
However, I did note when I read the README that the labels in our QL-1060N are 103x164.
Is it possible we might be able to add that label size to the repository? I have no idea what sort of legwork that would be. I have some experience and happy to look into it... but it might just be a lot easier for us to buy some 102x51s!
Here are my commands not throwing exceptions! Thanks to the other issues in here for getting me through pyUSB permissions issue.
After executing these commands the label printer has a red blinking light.
The text was updated successfully, but these errors were encountered: