Implement basic HOST_KEEPALIVE_INTERVAL
This commit is contained in:
parent
2eca8d63b3
commit
85883da90c
2 changed files with 6 additions and 1 deletions
|
|
@ -325,6 +325,10 @@ extern bool axis_homed[3]; // axis[n].is_homed
|
|||
extern float zprobe_zoffset;
|
||||
#endif
|
||||
|
||||
#if ENABLED(HOST_KEEPALIVE_FEATURE)
|
||||
extern uint8_t host_keepalive_interval;
|
||||
#endif
|
||||
|
||||
#if ENABLED(PREVENT_DANGEROUS_EXTRUDE)
|
||||
extern float extrude_min_temp;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue