Fix M1001 with HAS_LEDS_OFF_FLAG
This commit is contained in:
parent
7aed32df00
commit
2493cf0364
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@
|
|||
#include "../queue.h"
|
||||
#endif
|
||||
|
||||
#if HAS_LEDS_OFF_FLAG
|
||||
#include "../../MarlinCore.h"
|
||||
#endif
|
||||
|
||||
#if EITHER(LCD_SET_PROGRESS_MANUALLY, SD_REPRINT_LAST_SELECTED_FILE)
|
||||
#include "../../lcd/ultralcd.h"
|
||||
#endif
|
||||
|
|
Reference in a new issue