Various UBL cleanups and bug fixes
This commit is contained in:
parent
f49aec057f
commit
9217e4b8ec
11 changed files with 458 additions and 548 deletions
|
|
@ -363,7 +363,10 @@ float code_value_temp_diff();
|
|||
#endif
|
||||
|
||||
#if ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
extern uint8_t host_keepalive_interval;
|
||||
extern MarlinBusyState busy_state;
|
||||
#define KEEPALIVE_STATE(n) do{ busy_state = n; }while(0)
|
||||
#else
|
||||
#define KEEPALIVE_STATE(n) NOOP
|
||||
#endif
|
||||
|
||||
#if FAN_COUNT > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue