From 81adb9747be45b0ee50267671e2ce7be63ef207b Mon Sep 17 00:00:00 2001 From: Thatkev Date: Thu, 11 Jul 2024 10:16:04 +0000 Subject: [PATCH] updated text --- config.example.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.example.py b/config.example.py index e625fd6..2ac97e1 100644 --- a/config.example.py +++ b/config.example.py @@ -1,4 +1,3 @@ - # To get an API_ID and API_HASH, you need to sign up to be a Telegram Dev. # Do it here: https://core.telegram.org/api/obtaining_api_id API_ID = 11111 @@ -27,8 +26,8 @@ IMAGE_PATH = '/tmp/image.png' 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" #Comment this out when using a VC-500W -#PRINT_COMMAND = f"sh labelprinter.sh --host 192.168.5.5 --print-mode vivid --print-cut full --print-jpeg '{IMAGE_PATH}' #change IP to your printer's IP and uncuomment +PRINT_COMMAND = f"brother_ql -m QL-700 -b linux_kernel -p file:///dev/usb/lp0 print -l 62 {IMAGE_PATH} -d" #Comment this out when using a VC-500W and see vc500.md +#PRINT_COMMAND = f"sh labelprinter.sh --host 192.168.5.5 --print-mode vivid --print-cut full --print-jpeg '{IMAGE_PATH}' #change IP to your printer's IP and uncomment # Resize and process settings WIDTH_PX = 696