ソースを参照

Fix stuck "Print Aborted" LCD message

Fixes #6393
Scott Lahteine 8年前
コミット
adb8e68592
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp ファイルの表示

705
         thermalManager.autotempShutdown();
705
         thermalManager.autotempShutdown();
706
       #endif
706
       #endif
707
       wait_for_heatup = false;
707
       wait_for_heatup = false;
708
-      lcd_setstatuspgm(PSTR(MSG_PRINT_ABORTED), true);
708
+      LCD_MESSAGEPGM(MSG_PRINT_ABORTED);
709
     }
709
     }
710
 
710
 
711
   #endif // SDSUPPORT
711
   #endif // SDSUPPORT

読み込み中…
キャンセル
保存