Show proper temperature for extruder 2

hackerspace-green
Daid 2012-04-27 15:00:01 +02:00
parent 8503b78876
commit 8e68c6cf89
1 changed files with 4 additions and 4 deletions

View File

@ -366,15 +366,15 @@ void MainMenu::showStatus()
if((tHotEnd1!=olddegHotEnd1)||force_lcd_update) if((tHotEnd1!=olddegHotEnd1)||force_lcd_update)
{ {
lcd.setCursor(11,0); lcd.setCursor(11,0);
lcd.print(ftostr3(tHotEnd0)); lcd.print(ftostr3(tHotEnd1));
olddegHotEnd0=tHotEnd0; olddegHotEnd1=tHotEnd1;
} }
int ttHotEnd1=intround(degTargetHotend1()); int ttHotEnd1=intround(degTargetHotend1());
if((ttHotEnd1!=oldtargetHotEnd0)||force_lcd_update) if((ttHotEnd1!=oldtargetHotEnd1)||force_lcd_update)
{ {
lcd.setCursor(15,0); lcd.setCursor(15,0);
lcd.print(ftostr3(ttHotEnd1)); lcd.print(ftostr3(ttHotEnd1));
oldtargetHotEnd0=ttHotEnd1; oldtargetHotEnd1=ttHotEnd1;
} }
#endif #endif
//starttime=2; //starttime=2;