️ PIO filters for M117, M300 and M414 (#21972)

This commit is contained in:
ellensp
2021-05-24 13:29:19 +12:00
committed by Scott Lahteine
parent d1502f74ea
commit 61f2bb1228
5 changed files with 20 additions and 3 deletions

View File

@ -20,6 +20,10 @@
*
*/
#include "../../inc/MarlinConfig.h"
#if HAS_STATUS_MESSAGE
#include "../gcode.h"
#include "../../lcd/marlinui.h"
@ -34,3 +38,5 @@ void GcodeSuite::M117() {
ui.reset_status();
}
#endif // HAS_STATUS_MESSAGE