added space to printing pinda preheat time

copied from Pavels github change
This commit is contained in:
3d-gussner 2017-05-19 11:06:17 +02:00
parent 0ae4062b6e
commit 5cf759d719
1 changed files with 1 additions and 0 deletions

View File

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