Patch idle forevermore
This commit is contained in:
parent
7ec7bb31c4
commit
963a92ceda
2 changed files with 16 additions and 11 deletions
|
|
@ -103,7 +103,11 @@ FORCE_INLINE void serialprintPGM(const char* str) {
|
|||
|
||||
void get_command();
|
||||
|
||||
void idle(); // the standard idle routine calls manage_inactivity(false)
|
||||
void idle(
|
||||
#if ENABLED(FILAMENTCHANGEENABLE)
|
||||
bool no_stepper_sleep=false // pass true to keep steppers from disabling on timeout
|
||||
#endif
|
||||
);
|
||||
|
||||
void manage_inactivity(bool ignore_stepper_queue = false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue