Disable BUFFER_MONITORING by default

This commit is contained in:
Jack Chen (chendo) 2020-10-10 21:26:45 +11:00
parent f560ab9ab7
commit 3655c9f40a

View file

@ -1964,8 +1964,7 @@
* To help diagnose print quality issues stemming from command buffers being empty, * To help diagnose print quality issues stemming from command buffers being empty,
* we add M576 which enables reporting of buffer empty * we add M576 which enables reporting of buffer empty
*/ */
//#define BUFFER_MONITORING
#define BUFFER_MONITORING
// Printrun may have trouble receiving long strings all at once. // Printrun may have trouble receiving long strings all at once.
// This option inserts short delays between lines of serial output. // This option inserts short delays between lines of serial output.