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

Label size "62mm endless (black/red/white)" only with red color but not in black #27

Open
greensquirrel opened this issue Feb 21, 2020 · 2 comments

Comments

@greensquirrel
Copy link

Dear brother_ql_web developers,

When using the label size "62mm endless (black/red/white)" the label is previewed in red
and it is printed in read color. What is necessary to print in black color?

Kind regards,
Martin

@dadosch
Copy link

dadosch commented Mar 3, 2020

A quick hack to print exclusively black with such printers is to change the line in brother_ql_web.py beginning with context['fill_color'] to the following:

context['fill_color']  = (0, 0, 0)

This is because (as far as I understand it), the rastered image gets printed. Normally, the whole image is filled with red if red is available, otherwise it stays black. With this you say you want to fill it black, regardless of a red tape.

@taintedkernel
Copy link

Would it be possible to leverage both black and red on a single label? I understand that this would add complexity but just curious.

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

3 participants