ソースを参照

Un-pause fans on STOP

Scott Lahteine 3年前
コミット
15bda88d04
1個のファイルの変更2行の追加2行の削除
  1. 2
    2
      Marlin/src/MarlinCore.cpp

+ 2
- 2
Marlin/src/MarlinCore.cpp ファイルの表示

@@ -889,8 +889,8 @@ void stop() {
889 889
 
890 890
   print_job_timer.stop();
891 891
 
892
-  #if ENABLED(PROBING_FANS_OFF)
893
-    if (thermalManager.fans_paused) thermalManager.set_fans_paused(false); // put things back the way they were
892
+  #if EITHER(PROBING_FANS_OFF, ADVANCED_PAUSE_FANS_PAUSE)
893
+    thermalManager.set_fans_paused(false); // Un-pause fans for safety
894 894
   #endif
895 895
 
896 896
   if (IsRunning()) {

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