Broadcast SD Print Completion (#19102)

This commit is contained in:
BigTreeTech 2020-08-22 06:06:51 +08:00 committed by Scott Lahteine
parent 24636eb7f1
commit a1bdc1974a

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