forked from foxo/printer_bot
Update config.example.py
This commit is contained in:
parent
013e25d66e
commit
35b49a1637
|
@ -28,6 +28,7 @@ CACHE_DIR = '/tmp/printercache'
|
||||||
|
|
||||||
# Remember to add your user to the "lp" group or this won't work!
|
# Remember to add your user to the "lp" group or this won't work!
|
||||||
PRINT_COMMAND = f"brother_ql -m QL-700 -b linux_kernel -p file:///dev/usb/lp0 print -l 62 {IMAGE_PATH} -d"
|
PRINT_COMMAND = f"brother_ql -m QL-700 -b linux_kernel -p file:///dev/usb/lp0 print -l 62 {IMAGE_PATH} -d"
|
||||||
|
#PRINT_COMMAND = f"sh labelprinter.sh --host 192.168.5.5 --print-mode vivid --print-cut full --print-jpeg '{IMAGE_PATH}' #change IP to reflect your printer
|
||||||
PRINT_SUCCESS_COMMAND = None # "mpv --no-video success.wav" - this was used to play audio
|
PRINT_SUCCESS_COMMAND = None # "mpv --no-video success.wav" - this was used to play audio
|
||||||
|
|
||||||
# Resize and process settings
|
# Resize and process settings
|
||||||
|
|
Loading…
Reference in New Issue