Victor Oliveira
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
Marlin/src/module/temperature.cpp
|
@ -637,6 +637,11 @@ volatile bool Temperature::raw_temps_ready = false; |
|
|
|
|
|
|
|
|
goto EXIT_M303; |
|
|
goto EXIT_M303; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Run HAL idle tasks
|
|
|
|
|
|
TERN_(HAL_IDLETASK, HAL_idletask()); |
|
|
|
|
|
|
|
|
|
|
|
// Run UI update
|
|
|
TERN(DWIN_CREALITY_LCD, DWIN_Update(), ui.update()); |
|
|
TERN(DWIN_CREALITY_LCD, DWIN_Update(), ui.update()); |
|
|
} |
|
|
} |
|
|
wait_for_heatup = false; |
|
|
wait_for_heatup = false; |
|
|