Browse Source

Print a space after scrolling status

Scott Lahteine 6 years ago
parent
commit
64389acdf1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 0
Marlin/src/lcd/dogm/status_screen_DOGM.cpp View File

@@ -559,6 +559,7 @@ void MarlinUI::draw_status_message(const bool blink) {
559 559
           if (--chars) {
560 560
             // Print a second copy of the message
561 561
             lcd_put_u8str_max(status_message, LCD_PIXEL_WIDTH - (rlen + 2) * (MENU_FONT_WIDTH));
562
+            lcd_put_wchar(' ');
562 563
           }
563 564
         }
564 565
       }

Loading…
Cancel
Save