Skip to content

Commit

Permalink
merge followup
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Jul 22, 2021
1 parent 71bf98f commit 9bd1142
Show file tree
Hide file tree
Showing 5 changed files with 310 additions and 435 deletions.
22 changes: 7 additions & 15 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2234,14 +2234,6 @@
// 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
Expand Down Expand Up @@ -4182,13 +4174,13 @@
// Enable Marlin dev mode which adds some special commands
//#define MARLIN_DEV_MODE

/**
* Buffer monitoring
*
* To help diagnose print quality issues stemming from command buffers being empty,
* we add D576 which enables reporting of buffer empty. Requires MARLIN_DEV_MODE.
*/
//#define BUFFER_MONITORING
#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.
Expand Down
Loading

0 comments on commit 9bd1142

Please sign in to comment.