Changed PID tuning running status on LCD...
... to fit PID bed calibration message and cycles
This commit is contained in:
parent
fa5672564c
commit
ee4a887554
|
|
@ -952,7 +952,7 @@ static void lcd_implementation_status_screen()
|
|||
if (custom_message_type == 3) {
|
||||
lcd.print(lcd_status_message);
|
||||
if (pid_cycle <= pid_number_of_cycles && custom_message_state > 0) {
|
||||
lcd.setCursor(10, 3);
|
||||
lcd.setCursor(15, 3);
|
||||
lcd.print(itostr3(pid_cycle));
|
||||
|
||||
lcd.print('/');
|
||||
|
|
|
|||
Loading…
Reference in New Issue