Add support for M575 (#14757)
This commit is contained in:
@@ -782,6 +782,10 @@ private:
|
||||
static void M540();
|
||||
#endif
|
||||
|
||||
#if ENABLED(BAUD_RATE_GCODE)
|
||||
static void M575();
|
||||
#endif
|
||||
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||
static void M600();
|
||||
static void M603();
|
||||
|
||||
Reference in New Issue
Block a user