Merge 3655c9f40a into 37b56e09a3
This commit is contained in:
commit
595014ee04
7 changed files with 198 additions and 1 deletions
|
|
@ -1967,6 +1967,14 @@
|
|||
// Some clients will have this feature soon. This could make the NO_TIMEOUTS unnecessary.
|
||||
//#define ADVANCED_OK
|
||||
|
||||
/**
|
||||
* Buffer monitoring
|
||||
*
|
||||
* To help diagnose print quality issues stemming from command buffers being empty,
|
||||
* we add M576 which enables reporting of buffer empty
|
||||
*/
|
||||
//#define BUFFER_MONITORING
|
||||
|
||||
// Printrun may have trouble receiving long strings all at once.
|
||||
// This option inserts short delays between lines of serial output.
|
||||
#define SERIAL_OVERRUN_PROTECTION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue