Kaynağa Gözat

Cleanup followup

Scott Lahteine 5 yıl önce
ebeveyn
işleme
2fbce22910
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      Marlin/src/lcd/extui/ui_api.cpp

+ 1
- 1
Marlin/src/lcd/extui/ui_api.cpp Dosyayı Görüntüle

@@ -226,7 +226,7 @@ namespace ExtUI {
226 226
 
227 227
   bool isHeaterIdle(const extruder_t extruder) {
228 228
     #if HAS_HOTEND && HEATER_IDLE_HANDLER
229
-      return thermalManager.hotend_idle[extruder - E0].timed_out
229
+      return thermalManager.hotend_idle[extruder - E0].timed_out;
230 230
     #else
231 231
       UNUSED(extruder);
232 232
       return false;

Loading…
İptal
Kaydet