Most likely fixing #338
This commit is contained in:
parent
7577717b59
commit
65c3f1ffcd
@ -1042,6 +1042,7 @@ ISR(TIMER0_COMPB_vect)
|
|||||||
#if EXTRUDERS > 2
|
#if EXTRUDERS > 2
|
||||||
current_temperature_raw[2] = raw_temp_2_value;
|
current_temperature_raw[2] = raw_temp_2_value;
|
||||||
#endif
|
#endif
|
||||||
|
current_temperature_bed_raw = raw_temp_bed_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
temp_meas_ready = true;
|
temp_meas_ready = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user