mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-09 07:56:27 -06:00
parent
28ce6c91b5
commit
6a43c22945
247 changed files with 1976 additions and 0 deletions
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4174,6 +4174,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4189,6 +4189,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4179,6 +4179,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4180,6 +4180,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4175,6 +4175,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4175,6 +4175,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4175,6 +4175,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4182,6 +4182,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4171,6 +4171,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4186,6 +4186,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4175,6 +4175,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4183,6 +4183,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4182,6 +4182,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4181,6 +4181,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4167,6 +4167,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4179,6 +4179,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4179,6 +4179,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4179,6 +4179,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4175,6 +4175,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
|
@ -4178,6 +4178,14 @@
|
||||||
// Enable Marlin dev mode which adds some special commands
|
// Enable Marlin dev mode which adds some special commands
|
||||||
//#define MARLIN_DEV_MODE
|
//#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.
|
* 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
|
* When running in the debugger it will break for debugging. This is useful to help understand
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue