D576 Buffer Monitoring (#19674)

This commit is contained in:
chendo
2021-07-23 13:53:00 +10:00
committed by GitHub
parent 283d70bfd3
commit 2c49283e97
7 changed files with 366 additions and 213 deletions

View File

@@ -868,6 +868,7 @@ void idle(bool no_stepper_sleep/*=false*/) {
TERN_(AUTO_REPORT_TEMPERATURES, thermalManager.auto_reporter.tick());
TERN_(AUTO_REPORT_SD_STATUS, card.auto_reporter.tick());
TERN_(AUTO_REPORT_POSITION, position_auto_reporter.tick());
TERN_(BUFFER_MONITORING, queue.auto_report_buffer_statistics());
}
#endif