mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-05 14:17:42 -07:00
⚡️ PIO filters for M117, M300 and M414 (#21972)
This commit is contained in:
parent
5fde86406f
commit
731370051d
5 changed files with 20 additions and 3 deletions
|
|
@ -678,7 +678,11 @@ private:
|
|||
|
||||
static void M114();
|
||||
static void M115();
|
||||
static void M117();
|
||||
|
||||
#if HAS_STATUS_MESSAGE
|
||||
static void M117();
|
||||
#endif
|
||||
|
||||
static void M118();
|
||||
static void M119();
|
||||
static void M120();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue