|
@ -807,7 +807,7 @@ static void lcd_implementation_status_screen() { |
|
|
static void lcd_implementation_hotend_status(const uint8_t row) { |
|
|
static void lcd_implementation_hotend_status(const uint8_t row) { |
|
|
if (row < LCD_HEIGHT) { |
|
|
if (row < LCD_HEIGHT) { |
|
|
lcd.setCursor(LCD_WIDTH - 9, row); |
|
|
lcd.setCursor(LCD_WIDTH - 9, row); |
|
|
lcd.print(LCD_STR_THERMOMETER[active_extruder]); |
|
|
lcd.print(LCD_STR_THERMOMETER[0]); |
|
|
lcd.print(itostr3(thermalManager.degHotend(active_extruder))); |
|
|
lcd.print(itostr3(thermalManager.degHotend(active_extruder))); |
|
|
lcd.print('/'); |
|
|
lcd.print('/'); |
|
|
lcd.print(itostr3(thermalManager.degTargetHotend(active_extruder))); |
|
|
lcd.print(itostr3(thermalManager.degTargetHotend(active_extruder))); |
|
|