mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-11 16:57:56 -06:00
Update EP heading
This commit is contained in:
parent
c655837be6
commit
283c52164f
155 changed files with 1240 additions and 620 deletions
|
@ -1781,10 +1781,14 @@
|
|||
//#define SERIAL_STATS_DROPPED_RX
|
||||
#endif
|
||||
|
||||
// Enable an emergency-command parser to intercept certain commands as they
|
||||
// enter the serial receive buffer, so they cannot be blocked.
|
||||
// Currently handles M108, M112, M410
|
||||
// Does not work on boards using AT90USB (USBCON) processors!
|
||||
/**
|
||||
* Emergency Command Parser
|
||||
*
|
||||
* Add a low-level parser to intercept certain commands as they
|
||||
* enter the serial receive buffer, so they cannot be blocked.
|
||||
* Currently handles M108, M112, M410, M876
|
||||
* NOTE: Not yet implemented for all platforms.
|
||||
*/
|
||||
//#define EMERGENCY_PARSER
|
||||
|
||||
// Bad Serial-connections can miss a received command by sending an 'ok'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue