D576 Buffer Monitoring (#19674)

This commit is contained in:
chendo
2021-07-23 13:53:00 +10:00
committed by Scott Lahteine
parent 416234f43a
commit 51d954a4fd
7 changed files with 366 additions and 213 deletions

View File

@@ -4177,6 +4177,14 @@
// Enable Marlin dev mode which adds some special commands
//#define MARLIN_DEV_MODE
#if ENABLED(MARLIN_DEV_MODE)
/**
* D576 - Buffer Monitoring
* To help diagnose print quality issues stemming from empty command buffers.
*/
//#define BUFFER_MONITORING
#endif
/**
* Postmortem Debugging captures misbehavior and outputs the CPU status and backtrace to serial.
* When running in the debugger it will break for debugging. This is useful to help understand