mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-17 19:57:49 -06:00
Add support for M575 (#14757)
This commit is contained in:
parent
f8aa52346f
commit
e44fccf3d2
113 changed files with 395 additions and 13 deletions
|
@ -1369,6 +1369,9 @@
|
|||
//#define SERIAL_XON_XOFF
|
||||
#endif
|
||||
|
||||
// Add M575 G-code to change the baud rate
|
||||
//#define BAUD_RATE_GCODE
|
||||
|
||||
#if ENABLED(SDSUPPORT)
|
||||
// Enable this option to collect and display the maximum
|
||||
// RX queue usage after transferring a file to SD.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue