Broadcast SD Print Completion (#19102)

This commit is contained in:
BigTreeTech 2020-08-22 06:06:51 +08:00 committed by GitHub
parent 7e65464dd7
commit e2ee05c976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -75,7 +75,10 @@ void GcodeSuite::M1001() {
TERN_(POWER_LOSS_RECOVERY, recovery.purge());
// Announce SD file completion
SERIAL_ECHOLNPGM(STR_FILE_PRINTED);
{
PORT_REDIRECT(SERIAL_BOTH);
SERIAL_ECHOLNPGM(STR_FILE_PRINTED);
}
// Update the status LED color
#if HAS_LEDS_OFF_FLAG