From ee4a887554361593d9a4318803dd35f48a175162 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 1 May 2017 01:30:22 +0200 Subject: [PATCH] Changed PID tuning running status on LCD... ... to fit PID bed calibration message and cycles --- Firmware/ultralcd_implementation_hitachi_HD44780.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/ultralcd_implementation_hitachi_HD44780.h b/Firmware/ultralcd_implementation_hitachi_HD44780.h index aa40f46d4..dcb4f39a3 100644 --- a/Firmware/ultralcd_implementation_hitachi_HD44780.h +++ b/Firmware/ultralcd_implementation_hitachi_HD44780.h @@ -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('/');