Add suspend_auto_report flag to suppress auto-report

This commit is contained in:
Scott Lahteine
2018-03-07 01:57:09 -06:00
parent ffbf63e6af
commit eb212ae073
3 changed files with 21 additions and 8 deletions

View File

@ -821,6 +821,8 @@
#undef AUTO_REPORT_TEMPERATURES
#endif
#define HAS_AUTO_REPORTING (ENABLED(AUTO_REPORT_TEMPERATURES) || ENABLED(AUTO_REPORT_SD_STATUS))
/**
* This setting is also used by M109 when trying to calculate
* a ballpark safe margin to prevent wait-forever situation.