Patch idle forevermore

This commit is contained in:
Scott Lahteine
2016-03-18 22:22:40 -07:00
parent 7ec7bb31c4
commit 963a92ceda
2 changed files with 16 additions and 11 deletions

View File

@@ -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);