Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QL-1060N - 103x164 label size #160

Open
mattcanty opened this issue Oct 4, 2024 · 0 comments
Open

QL-1060N - 103x164 label size #160

mattcanty opened this issue Oct 4, 2024 · 0 comments

Comments

@mattcanty
Copy link

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.

~$ 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant