📺 ExtUI pause state response (#22164)

This commit is contained in:
InsanityAutomation
2021-07-09 19:24:14 -04:00
committed by Scott Lahteine
parent 78c2eb6876
commit be13220e32
6 changed files with 73 additions and 19 deletions

View File

@ -424,6 +424,7 @@ public:
static uint8_t host_keepalive_interval;
static void host_keepalive();
static inline bool host_keepalive_is_paused() { return busy_state >= PAUSED_FOR_USER; }
#define KEEPALIVE_STATE(N) REMEMBER(_KA_, gcode.busy_state, gcode.N)
#else