fix LCD temp bed artifacts on power up ' B022/0.) -> B022/000 '

This commit is contained in:
Sergey Taranenko 2012-10-17 10:49:05 +04:00
parent efcc28d347
commit cb02c2f9d8

View File

@ -177,6 +177,7 @@ void lcd_init()
lcd.createChar(3,uplevel);
lcd.createChar(4,refresh);
lcd.createChar(5,folder);
setTargetHotend0(0);setTargetHotend1(0);setTargetHotend2(0);setTargetBed(0);
LCD_MESSAGEPGM(WELCOME_MSG);
}