Fix M1001 with HAS_LEDS_OFF_FLAG
This commit is contained in:
parent
7aed32df00
commit
2493cf0364
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue