Printer Stats / Completed prints line doesn't fit in display (when german)
This commit is contained in:
		@@ -2011,7 +2011,7 @@ void kill_screen(const char* lcd_msg) {
 | 
			
		||||
 | 
			
		||||
        START_SCREEN();                                                                                // 12345678901234567890
 | 
			
		||||
        STATIC_ITEM(MSG_INFO_PRINT_COUNT ": ", false, false, itostr3left(stats.totalPrints));          // Print Count: 999
 | 
			
		||||
        STATIC_ITEM(MSG_INFO_COMPLETED_PRINTS"  : ", false, false, itostr3left(stats.finishedPrints)); // Completed  : 666
 | 
			
		||||
        STATIC_ITEM(MSG_INFO_COMPLETED_PRINTS": ", false, false, itostr3left(stats.finishedPrints)); // Completed  : 666
 | 
			
		||||
 | 
			
		||||
        duration_t elapsed = stats.printTime;
 | 
			
		||||
        elapsed.toString(buffer);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user