🩹 Fix ExtUI build with Host Keepalive disabled (#23898)
This commit is contained in:
committed by
Scott Lahteine
parent
8d20c5aadf
commit
62f298aca3
@@ -83,8 +83,10 @@ namespace ExtUI {
|
||||
void injectCommands(char * const);
|
||||
bool commandsInQueue();
|
||||
|
||||
GcodeSuite::MarlinBusyState getHostKeepaliveState();
|
||||
bool getHostKeepaliveIsPaused();
|
||||
#if ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
GcodeSuite::MarlinBusyState getHostKeepaliveState();
|
||||
bool getHostKeepaliveIsPaused();
|
||||
#endif
|
||||
|
||||
bool isHeaterIdle(const heater_t);
|
||||
bool isHeaterIdle(const extruder_t);
|
||||
|
||||
Reference in New Issue
Block a user