Skip to content

Commit 061e026

Browse files
committed
🎨 Remove extra hotend temp update
Followup to #24898
1 parent 5d591fd commit 061e026

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Marlin/src/module/temperature.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3781,7 +3781,6 @@ void Temperature::update_raw_temperatures() {
37813781
temp_bed.update();
37823782
#endif
37833783

3784-
TERN_(HAS_TEMP_ADC_2, temp_hotend[2].update());
37853784
TERN_(HAS_TEMP_ADC_3, temp_hotend[3].update());
37863785
TERN_(HAS_TEMP_ADC_4, temp_hotend[4].update());
37873786
TERN_(HAS_TEMP_ADC_5, temp_hotend[5].update());

0 commit comments

Comments
 (0)