BUFFER_MONITORING

MarlinFirmware/Marlin#19674
This commit is contained in:
Scott Lahteine 2021-07-22 18:55:16 -05:00
parent 28ce6c91b5
commit 6a43c22945
247 changed files with 1976 additions and 0 deletions

View file

@ -4178,6 +4178,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