Pārlūkot izejas kodu

Fix Temperature::over_autostart_threshold (#16749)

Jason Smith 5 gadus atpakaļ
vecāks
revīzija
c3cab37d7e
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      Marlin/src/module/temperature.cpp

+ 1
- 1
Marlin/src/module/temperature.cpp Parādīt failu

@@ -2143,7 +2143,7 @@ void Temperature::disable_all_heaters() {
2143 2143
 
2144 2144
   bool Temperature::over_autostart_threshold() {
2145 2145
     #if HOTENDS
2146
-      HOTEND_LOOP() if (degTargetHotend(e) < (EXTRUDE_MINTEMP) / 2) return true;
2146
+      HOTEND_LOOP() if (degTargetHotend(e) > (EXTRUDE_MINTEMP) / 2) return true;
2147 2147
     #endif
2148 2148
     #if HAS_HEATED_BED
2149 2149
       if (degTargetBed() > BED_MINTEMP) return true;

Notiek ielāde…
Atcelt
Saglabāt