mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-17 06:48:05 +00:00
Restore welcome message
This commit is contained in:
parent
dc85b604bb
commit
7cb3640ea4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ uint8_t lcd_status_update_delay = 1, // First update one loop delayed
|
|||
#define MAX_MESSAGE_LENGTH CHARSIZE * (LCD_WIDTH)
|
||||
#endif
|
||||
|
||||
char lcd_status_message[MAX_MESSAGE_LENGTH + 1];
|
||||
char lcd_status_message[MAX_MESSAGE_LENGTH + 1] = WELCOME_MSG;
|
||||
|
||||
#if ENABLED(SCROLL_LONG_FILENAMES)
|
||||
uint8_t filename_scroll_pos, filename_scroll_max, filename_scroll_hash;
|
||||
|
|
Loading…
Reference in a new issue