Skip to content

Commit

Permalink
馃┕ Fix missing EXTENSIBLE_UI include (MarlinFirmware#27021)
Browse files Browse the repository at this point in the history
Co-authored-by: ellensp <[email protected]>
  • Loading branch information
2 people authored and diego-cr committed May 7, 2024
1 parent e2c6989 commit 5d61569
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Marlin/src/feature/powerloss.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
#include "powerloss.h"
#include "../core/macros.h"

#if ENABLED(EXTENSIBLE_UI)
#include "../lcd/extui/ui_api.h"
#endif

bool PrintJobRecovery::enabled; // Initialized by settings.load()

MediaFile PrintJobRecovery::file;
Expand Down

0 comments on commit 5d61569

Please sign in to comment.