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 6e4ebf4
Show file tree
Hide file tree
Showing 5 changed files with 312 additions and 436 deletions.
25 changes: 9 additions & 16 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 @@ -4181,14 +4173,15 @@

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

/**
* Postmortem Debugging captures misbehavior and outputs the CPU status and backtrace to serial.
Expand Down
Loading

0 comments on commit 6e4ebf4

Please sign in to comment.