Print a space after scrolling status
This commit is contained in:
parent
7a361ad36a
commit
64389acdf1
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ void MarlinUI::draw_status_message(const bool blink) {
|
|||
if (--chars) {
|
||||
// Print a second copy of the message
|
||||
lcd_put_u8str_max(status_message, LCD_PIXEL_WIDTH - (rlen + 2) * (MENU_FONT_WIDTH));
|
||||
lcd_put_wchar(' ');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue