Переглянути джерело

Merge pull request #1802 from Natealus/Development

Compiling error temperature.cpp with multiple extruders defined
Scott Lahteine 9 роки тому
джерело
коміт
e8a711994a
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Marlin/temperature.cpp

+ 1
- 1
Marlin/temperature.cpp Переглянути файл

@@ -1556,7 +1556,7 @@ ISR(TIMER0_COMPB_vect) {
1556 1556
       #else
1557 1557
         #define GE2 >=
1558 1558
       #endif
1559
-      if (current_temperature_raw[2] GE2 (maxttemp_raw[2]) max_temp_error(2);
1559
+      if (current_temperature_raw[2] GE2 maxttemp_raw[2]) max_temp_error(2);
1560 1560
       if (minttemp_raw[2] GE2 current_temperature_raw[2]) min_temp_error(2);
1561 1561
     #endif // TEMP_SENSOR_2
1562 1562
 

Завантаження…
Відмінити
Зберегти