Followup for Tool Migration (#17800)

This commit is contained in:
studiodyne
2020-05-03 07:32:25 +02:00
committed by GitHub
parent 0c68794fa9
commit 36efe75ad1
2 changed files with 27 additions and 6 deletions

View File

@@ -2959,6 +2959,11 @@ void Temperature::tick() {
, const bool click_to_cancel/*=false*/
#endif
) {
#if ENABLED(AUTOTEMP)
REMEMBER(1, planner.autotemp_enabled, false);
#endif
#if TEMP_RESIDENCY_TIME > 0
millis_t residency_start_ms = 0;
bool first_loop = true;