Skip to content

Commit

Permalink
🩹 Remove extraneous MPC temp check (MarlinFirmware#25816)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and oponyx committed May 14, 2023
1 parent fa5b8fe commit 55af9fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Marlin/src/module/temperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,6 @@ volatile bool Temperature::raw_temps_ready = false;
if (sample_count == 0) t1_time = MS_TO_SEC_PRECISE(curr_time_ms - heat_start_time_ms);
temp_samples[sample_count++] = current_temp;

if (current_temp >= 200.0f) break;

next_test_time_ms += test_interval_ms * sample_distance;

}
Expand Down

0 comments on commit 55af9fa

Please sign in to comment.