Add suspend_auto_report flag to suppress auto-report

This commit is contained in:
Scott Lahteine 2018-03-07 00:53:26 -06:00
parent 2bf1bbf399
commit e7d519c898
3 changed files with 19 additions and 6 deletions

View file

@ -232,6 +232,10 @@ extern volatile bool wait_for_heatup;
extern volatile bool wait_for_user;
#endif
#if HAS_AUTO_REPORTING
extern bool suspend_auto_report;
#endif
extern float current_position[XYZE], destination[XYZE];
/**