We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug: The XML file does not specify ULP transfer mode like the lower numbered QL printers.
<option id="opt/Brother-PTQL-PixelTransfer"> <enum_val id="ev/RLE" sense="false" /> <enum_val id="ev/ULP" /> </option>
Adding this to the Printer XML file for the QL-800 enables printing.
The text was updated successfully, but these errors were encountered:
This seems to have wider effect than just the QL-800 - the QL-800 series manual (https://download.brother.com/welcome/docp100278/cv_ql800_eng_raster_100.pdf) indicates that this whole series uses ULP, but also supports optional RLE compression on top of ULP.
I'm about to push a fix for this, which will fix the QL-800, QL-810W and QL-820NWB.
Unfortunately I don't have any of those printers to test with, so would appreciate feedback from users about whether this fix works.
Sorry, something went wrong.
cdfd62e
No branches or pull requests
Bug: The XML file does not specify ULP transfer mode like the lower numbered QL printers.
Adding this to the Printer XML file for the QL-800 enables printing.
The text was updated successfully, but these errors were encountered: