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)
This commit is contained in:
tothedaring 2025-05-23 14:35:41 -04:00 committed by GitHub
parent a20b4c9bc3
commit 2d87214cd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()