🎨 Standardize G-code reporting
This commit is contained in:
@@ -76,13 +76,13 @@ public:
|
||||
|
||||
static void retract(const bool retracting OPTARG(HAS_MULTI_EXTRUDER, bool swapping = false));
|
||||
|
||||
static void M207_report();
|
||||
static void M207();
|
||||
static void M207_report(const bool forReplay=false);
|
||||
static void M208_report();
|
||||
static void M208();
|
||||
static void M208_report(const bool forReplay=false);
|
||||
#if ENABLED(FWRETRACT_AUTORETRACT)
|
||||
static void M209_report();
|
||||
static void M209();
|
||||
static void M209_report(const bool forReplay=false);
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user