fix LCD temp bed artifacts on power up ' B022/0.) -> B022/000 '
This commit is contained in:
parent
efcc28d347
commit
cb02c2f9d8
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue