Wait before turning off PRINTER_EVENT_LEDS at print end (#10248)
This commit is contained in:
@ -324,6 +324,10 @@ public:
|
||||
#define KEEPALIVE_STATE(n) NOOP
|
||||
#endif
|
||||
|
||||
#if ENABLED(PRINTER_EVENT_LEDS) && ENABLED(SDSUPPORT) && HAS_RESUME_CONTINUE
|
||||
static bool lights_off_after_print;
|
||||
#endif
|
||||
|
||||
static void dwell(millis_t time);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user