소스 검색

added space to printing pinda preheat time

PavelSindler 8 년 전
부모
커밋
67c3e75a20
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Firmware/ultralcd_implementation_hitachi_HD44780.h

+ 2 - 0
Firmware/ultralcd_implementation_hitachi_HD44780.h

@@ -977,6 +977,8 @@ static void lcd_implementation_status_screen()
 				if (custom_message_state <= PINDA_HEAT_T) {
 					lcd_printPGM(PSTR(": "));
 					lcd.print(custom_message_state); //seconds
+					lcd.print(' ');
+					
 				}
 			}