From 2d87214cd0aea9d031a0df148916f967f500e749 Mon Sep 17 00:00:00 2001 From: tothedaring <137025834+tothedaring@users.noreply.github.com> Date: Fri, 23 May 2025 14:35:41 -0400 Subject: [PATCH] Update NomadNetworkApp.py Update line 1271 (line 253 in config file) to reflect current CUPS options and removing deprecated options per issue 4010 (https://github.com/apple/cups/issues/4010) --- nomadnet/NomadNetworkApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomadnet/NomadNetworkApp.py b/nomadnet/NomadNetworkApp.py index 81dc68f..3389249 100644 --- a/nomadnet/NomadNetworkApp.py +++ b/nomadnet/NomadNetworkApp.py @@ -1268,7 +1268,7 @@ print_command = lp # This one is more suitable for full-sheet # printers. -# print_command = lp -d PRINTER_NAME -o page-left=36 -o page-top=36 -o page-right=36 -o page-bottom=36 +# print_command = lp -d PRINTER_NAME-o job-priority=100 -o media=Custom.75x75mm -o orientation-requested=3 '''.splitlines()