From 35b49a16377f3dbc66a2f77fc76b9b1cb85339a6 Mon Sep 17 00:00:00 2001 From: Thatkev Date: Wed, 7 Feb 2024 22:38:02 +0000 Subject: [PATCH] Update config.example.py --- config.example.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.example.py b/config.example.py index dd310ee..05ddfaa 100644 --- a/config.example.py +++ b/config.example.py @@ -28,6 +28,7 @@ CACHE_DIR = '/tmp/printercache' # 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"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 # Resize and process settings