Merge pull request #324 from PavelSindler/pid_cal_fix

PID calibration fix
This commit is contained in:
PavelSindler 2017-12-14 20:30:52 +01:00 committed by GitHub
commit a646b4c406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -268,7 +268,7 @@ unsigned long watchmillis[EXTRUDERS] = ARRAY_BY_EXTRUDERS(0,0,0);
for(;;) {
wdt_reset();
if(temp_meas_ready == true) { // temp sample ready
updateTemperaturesFromRawValues();