1
0
Fork 0

Update README.md

This commit is contained in:
Thatkev 2024-02-07 22:35:09 +00:00
parent fe4d8a77d3
commit 013e25d66e
1 changed files with 6 additions and 1 deletions

View File

@ -10,12 +10,14 @@ Currently, you can set any command to print your sticker (by default brother_ql
* [MCH2022](https://mch2022.org) * [MCH2022](https://mch2022.org)
* [BornHack (2023)](https://bornhack.dk/bornhack-2023) * [BornHack (2023)](https://bornhack.dk/bornhack-2023)
* [Chaos Communication Camp (2023)](https://events.ccc.de/camp/2023/infos/index.html) * [Chaos Communication Camp (2023)](https://events.ccc.de/camp/2023/infos/index.html)
* [BornHack (2024)](https://bornhack.dk/bornhack-2024) (In color!)
**Running it at your con? Add it with a pull request! :D** **Running it at your con? Add it with a pull request! :D**
## Tested printers ## Tested printers
* Brother QL-700 / QL-800 / QL-500 (brother_ql) * Brother QL-700 / QL-800 / QL-500 (brother_ql)
* Brother VC-500W [link to repo](https://gitlab.com/lenchan139/labelprinter-vc500w)
## Recommended label rolls ## Recommended label rolls
@ -26,6 +28,7 @@ There are a variety of label rolls you can buy:
* DK-44605: paper, black on yellow * DK-44605: paper, black on yellow
* DK-22606: plastic film, black on yellow * DK-22606: plastic film, black on yellow
* DK-22113: plastic film, black on transparent * DK-22113: plastic film, black on transparent
* CZ-1005: 50mm wide 5m continuous ZINK roll for use in VC-500W
Be careful of models that don't feature glue! Make sure whatever you buy is a label and not just a roll :) Be careful of models that don't feature glue! Make sure whatever you buy is a label and not just a roll :)
@ -44,7 +47,7 @@ If this is the first time running the script and your printer uses the `lp` prot
`sudo usermod -a -G lp ${USER}` `sudo usermod -a -G lp ${USER}`
## Configuration ## Configuration for brother_ql printers
Before running the script, you need to set up the configuration parameters. You can use "config.example.py" as a guide (rename it to config.py). The following parameters must be defined: Before running the script, you need to set up the configuration parameters. You can use "config.example.py" as a guide (rename it to config.py). The following parameters must be defined:
@ -54,6 +57,8 @@ Before running the script, you need to set up the configuration parameters. You
* ADMIN_ID: Your user id. This is the user that will receive administrative rights and error reports. * ADMIN_ID: Your user id. This is the user that will receive administrative rights and error reports.
* PRINT_COMMAND: Adjust with your printer model and path. * PRINT_COMMAND: Adjust with your printer model and path.
## Configuration for VC-500W
WIP
## Usage ## Usage
After setting up the configuration file, you can just run the bot by using the command After setting up the configuration file, you can just run the bot by using the command