浏览代码

Print a space after scrolling status

Scott Lahteine 6 年前
父节点
当前提交
64389acdf1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/lcd/dogm/status_screen_DOGM.cpp

+ 1
- 0
Marlin/src/lcd/dogm/status_screen_DOGM.cpp 查看文件

@@ -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
       }

正在加载...
取消
保存