Fix and improve G-code queue (#21122)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
@@ -2016,6 +2016,12 @@
|
||||
//#define SERIAL_STATS_DROPPED_RX
|
||||
#endif
|
||||
|
||||
// Monitor RX buffer usage
|
||||
// Dump an error to the serial port if the serial receive buffer overflows.
|
||||
// If you see these errors, increase the RX_BUFFER_SIZE value.
|
||||
// Not supported on all platforms.
|
||||
//#define RX_BUFFER_MONITOR
|
||||
|
||||
/**
|
||||
* Emergency Command Parser
|
||||
*
|
||||
|
Reference in New Issue
Block a user