Refactor serial class with templates (#20783)
This commit is contained in:
@ -82,7 +82,7 @@ void GcodeSuite::M1001() {
|
||||
|
||||
// Announce SD file completion
|
||||
{
|
||||
PORT_REDIRECT(SERIAL_BOTH);
|
||||
PORT_REDIRECT(SERIAL_ALL);
|
||||
SERIAL_ECHOLNPGM(STR_FILE_PRINTED);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user