mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-02-15 08:59:45 -07:00
parent
5d591fd91d
commit
061e026384
1 changed files with 0 additions and 1 deletions
|
|
@ -3781,7 +3781,6 @@ void Temperature::update_raw_temperatures() {
|
|||
temp_bed.update();
|
||||
#endif
|
||||
|
||||
TERN_(HAS_TEMP_ADC_2, temp_hotend[2].update());
|
||||
TERN_(HAS_TEMP_ADC_3, temp_hotend[3].update());
|
||||
TERN_(HAS_TEMP_ADC_4, temp_hotend[4].update());
|
||||
TERN_(HAS_TEMP_ADC_5, temp_hotend[5].update());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue