Merge pull request #2170 from thinkyhead/beep_M600_elsewise

Slight size reduction by adding idle()
This commit is contained in:
AnHardt
2015-05-30 12:42:32 +02:00
4 changed files with 27 additions and 47 deletions

View File

@ -116,6 +116,8 @@ FORCE_INLINE void serialprintPGM(const char *str) {
void get_command();
void idle(); // the standard idle routine calls manage_inactivity(false)
void manage_inactivity(bool ignore_stepper_queue=false);
#if defined(DUAL_X_CARRIAGE) && HAS_X_ENABLE && HAS_X2_ENABLE