forked from foxo/printer_bot
Update README.md
This commit is contained in:
parent
fe4d8a77d3
commit
013e25d66e
|
@ -10,12 +10,14 @@ Currently, you can set any command to print your sticker (by default brother_ql
|
|||
* [MCH2022](https://mch2022.org)
|
||||
* [BornHack (2023)](https://bornhack.dk/bornhack-2023)
|
||||
* [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**
|
||||
|
||||
## Tested printers
|
||||
|
||||
* Brother QL-700 / QL-800 / QL-500 (brother_ql)
|
||||
* Brother VC-500W [link to repo](https://gitlab.com/lenchan139/labelprinter-vc500w)
|
||||
|
||||
## Recommended label rolls
|
||||
|
||||
|
@ -26,6 +28,7 @@ There are a variety of label rolls you can buy:
|
|||
* DK-44605: paper, black on yellow
|
||||
* DK-22606: plastic film, black on yellow
|
||||
* 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 :)
|
||||
|
||||
|
@ -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}`
|
||||
|
||||
## 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:
|
||||
|
||||
|
@ -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.
|
||||
* PRINT_COMMAND: Adjust with your printer model and path.
|
||||
|
||||
## Configuration for VC-500W
|
||||
WIP
|
||||
## Usage
|
||||
|
||||
After setting up the configuration file, you can just run the bot by using the command
|
||||
|
|
Loading…
Reference in New Issue