mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix cut function in example
This commit is contained in:
		@@ -123,5 +123,5 @@ printer.set(font='a', height=2, align='center', bold=True, double_height=False)
 | 
				
			|||||||
printer.text('Forecast: \n')
 | 
					printer.text('Forecast: \n')
 | 
				
			||||||
forecast(0)
 | 
					forecast(0)
 | 
				
			||||||
forecast(1)
 | 
					forecast(1)
 | 
				
			||||||
printer.cut
 | 
					printer.cut()
 | 
				
			||||||
printer.control("LF")
 | 
					printer.control("LF")
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user