Most likely fixing #338

This commit is contained in:
daid303 2012-12-12 21:56:17 +01:00
parent 7577717b59
commit 65c3f1ffcd

View file

@ -1042,6 +1042,7 @@ ISR(TIMER0_COMPB_vect)
#if EXTRUDERS > 2
current_temperature_raw[2] = raw_temp_2_value;
#endif
current_temperature_bed_raw = raw_temp_bed_value;
}
temp_meas_ready = true;