-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[solved] Support new papers with large media sizes on QL-1100 #88
Comments
Update: I found the label definitions in labels.py.
Thanks! |
Success!to follow up, in the hopes that it might be useful to someone: Getting the QL-1100 listed:models.py: Note that this is an exact copy of the lines already present for QL-1050 and 1060. For the endless roll DK-22246:labels.py: This prints directly from side edge to side edge, leaving practically no margin at all left and right, but when the paper roll is loaded and aligned carefully it will print the full width of the image without clipping. labels.py: In both cases there will be approximately 2.5mm both at the top and at the bottom between the end of the printed image and the edge of the cut paper, which seems to be unavoidable. For the Pre-cut labels DK11247 use:labels.py:
The printable pixel dimensions presented above align well with the standardized official "UPS Shipping label" (4.00x6.25 US-inch). They will leave small margins left and right. |
Hi!
I just tried brother_ql on a QL1100 (the USB model without network).
Using the older QL-1050-configuration seems to work fine for the narrower paper sizes, but printing on either DK-22246 (103mm endless) or DK-11247 (103x162mm labels) throws a media error.
The problem really seems to be that brother-ql is not aware of these rather new paper rolls and does not recognize the paper, rather than the printer not understanding the instructions.
Is there anything we can do about it?
The coding holes at the bottom of the reel are as following:
(with O=hole, leaving the pin unpressed; X= solid surface, pushing down the sensing pin)
for DK-22246 endless: just the two side-by-side holes at the very back of the printer:
back of printer
OO
_X
_X
_X
_X
front of printer
for the DK-11247 pre-cut labels:
back of printer
OO
_X
_X
_O
_X
front of printer
Thanks!
Jost
The text was updated successfully, but these errors were encountered: