Remove dead code, DEVMODE overrides, and PNG fallback; use printer default settings

This commit is contained in:
2026-02-24 09:19:58 +02:00
parent 7a77199fcf
commit f7833ed4b9
5 changed files with 145 additions and 315 deletions

View File

@@ -990,7 +990,7 @@ printer = PDF
f'Printing {idx+1} of {count}...'
), 0)
success = print_label_standalone(label_text, printer, preview=0, use_pdf=True, svg_template=template_path)
success = print_label_standalone(label_text, printer, preview=0, svg_template=template_path)
if not success:
all_success = False