set dpi_600 to True by default

This commit is contained in:
Lars Frölich 2023-08-09 15:32:52 +02:00
parent 9e20b6dc3f
commit ababe6baf3

View File

@ -201,7 +201,8 @@ def print_text():
red = False
if 'red' in context['label_size']:
red = True
create_label(qlr, im, context['label_size'], red=red, threshold=context['threshold'], cut=True, rotate=rotate)
create_label(qlr, im, context['label_size'], red=red, threshold=context['threshold'],
cut=True, rotate=rotate, dpi_600=True)
if not DEBUG:
try: