We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d591fd commit 061e026Copy full SHA for 061e026
1 file changed
Marlin/src/module/temperature.cpp
@@ -3781,7 +3781,6 @@ void Temperature::update_raw_temperatures() {
3781
temp_bed.update();
3782
#endif
3783
3784
- TERN_(HAS_TEMP_ADC_2, temp_hotend[2].update());
3785
TERN_(HAS_TEMP_ADC_3, temp_hotend[3].update());
3786
TERN_(HAS_TEMP_ADC_4, temp_hotend[4].update());
3787
TERN_(HAS_TEMP_ADC_5, temp_hotend[5].update());
0 commit comments