瀏覽代碼

Fix HOTEND_STATUS_ITEM for graphical display

Scott Lahteine 8 年之前
父節點
當前提交
dc84678fc1
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp 查看文件

@@ -2751,7 +2751,7 @@ void kill_screen(const char* lcd_msg) {
2751 2751
           ++encoderLine; \
2752 2752
         } \
2753 2753
         else \
2754
-          lcdDrawUpdate = LCDVIEW_CALL_NO_REDRAW; \
2754
+          lcdDrawUpdate = LCDVIEW_KEEP_REDRAWING; \
2755 2755
       } \
2756 2756
       ++_thisItemNr; \
2757 2757
     } while(0)

Loading…
取消
儲存