reHDDPrinter/README.md

30 lines
369 B
Markdown
Raw Normal View History

2022-11-08 21:43:42 +01:00
# reHDDPrinter #
Generate label and print them via brother_ql to
## Printer usage ##
```
export BROTHER_QL_PRINTER=file:///dev/usb/lp0
export BROTHER_QL_MODEL=QL-570
```
2022-11-23 18:38:27 +01:00
2022-11-08 21:43:42 +01:00
`brother_ql print -l 62 Untitled.png`
## Printer/Paper Info ##
Brother QL-570
Paper With: 62mm or 696px
## Install ##
see https://github.com/pklaus/brother_ql
2022-11-23 18:38:27 +01:00
pip install qrcode
2022-11-08 21:43:42 +01:00
2022-11-08 20:35:40 +01:00