Przeglądaj źródła

Fix M106 for index > extruders (#13473)

Chris Pepper 6 lat temu
rodzic
commit
aacc1148b0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      Marlin/src/gcode/temperature/M106_M107.cpp

+ 1
- 1
Marlin/src/gcode/temperature/M106_M107.cpp Wyświetl plik

33
   #define _CNT_P EXTRUDERS
33
   #define _CNT_P EXTRUDERS
34
 #else
34
 #else
35
   #define _ALT_P MIN(active_extruder, FAN_COUNT - 1)
35
   #define _ALT_P MIN(active_extruder, FAN_COUNT - 1)
36
-  #define _CNT_P MIN(EXTRUDERS, FAN_COUNT)
36
+  #define _CNT_P FAN_COUNT
37
 #endif
37
 #endif
38
 
38
 
39
 /**
39
 /**

Ładowanie…
Anuluj
Zapisz