Add BAUDRATE_2/3, move BAUDRATE_GCODE

MarlinFirmware/Marlin#21949
This commit is contained in:
Scott Lahteine 2021-05-20 05:49:28 -05:00
parent c697c65709
commit acb6a831be
506 changed files with 5336 additions and 4718 deletions

View file

@ -2116,9 +2116,6 @@
//#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.