mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 18:30:36 -07:00
🩹 Fix G29_RETRY_AND_RECOVER + ExtUI (#27973)
This commit is contained in:
parent
84448a78be
commit
9417af14e9
1 changed files with 4 additions and 0 deletions
|
|
@ -69,6 +69,10 @@ GcodeSuite gcode;
|
|||
#include "../feature/fancheck.h"
|
||||
#endif
|
||||
|
||||
#if ENABLED(EXTENSIBLE_UI)
|
||||
#include "../lcd/extui/ui_api.h" // for ExtUI::onLevelingDone
|
||||
#endif
|
||||
|
||||
#include "../MarlinCore.h" // for idle, kill
|
||||
|
||||
// Inactivity shutdown
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue