Forskjell mellom versjoner av «Brother QL-1060N label printer»
Hopp til navigering
Hopp til søk
(→Linux jedi masters) |
|||
| Linje 7: | Linje 7: | ||
==Linux jedi masters== | ==Linux jedi masters== | ||
| − | Printing: | + | Printing (image has to be 1164 pixels width): |
python3 -m venv penv | python3 -m venv penv | ||
source ./venv/bin/activate | source ./venv/bin/activate | ||
Revisjonen fra 9. aug. 2026 kl. 21:07
How to find the ip address?
nmap -T5 -sP 10.13.37.0-255 arp -n | grep 00:80
For regular people
It seems there are printer drivers available for Windows and Linux. They probably work.
Linux jedi masters
Printing (image has to be 1164 pixels width):
python3 -m venv penv source ./venv/bin/activate pip install brother_ql export BROTHER_QL_MODEL=QL-1060N export BROTHER_QL_PRINTER=tcp://10.13.37.201 brother_ql print -l 102 img.svg.1164x780.png