Add support for M575 (#14757)

This commit is contained in:
rafaljot
2019-07-30 08:30:00 +01:00
committed by Scott Lahteine
parent f8aa52346f
commit e44fccf3d2
113 changed files with 395 additions and 13 deletions

View File

@ -669,6 +669,10 @@ void GcodeSuite::process_parsed_command(const bool no_ok/*=false*/) {
case 540: M540(); break; // M540: Set abort on endstop hit for SD printing
#endif
#if ENABLED(BAUD_RATE_GCODE)
case 575: M575(); break; // M575: Set serial baudrate
#endif
#if HAS_BED_PROBE
case 851: M851(); break; // M851: Set Z Probe Z Offset
#endif