Add M207/8/9 reporting (#21335)
This commit is contained in:
@@ -79,6 +79,15 @@ public:
|
||||
, bool swapping = false
|
||||
#endif
|
||||
);
|
||||
|
||||
static void M207();
|
||||
static void M207_report(const bool forReplay=false);
|
||||
static void M208();
|
||||
static void M208_report(const bool forReplay=false);
|
||||
#if ENABLED(FWRETRACT_AUTORETRACT)
|
||||
static void M209();
|
||||
static void M209_report(const bool forReplay=false);
|
||||
#endif
|
||||
};
|
||||
|
||||
extern FWRetract fwretract;
|
||||
|
||||
Reference in New Issue
Block a user