mirror of
				https://github.com/pklaus/brother_ql_web.git
				synced 2024-05-25 11:56:53 +03:00 
			
		
		
		
	set dpi_600 to True by default
This commit is contained in:
		
							parent
							
								
									9e20b6dc3f
								
							
						
					
					
						commit
						ababe6baf3
					
				@ -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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user