Browse Source

Finalalize MSG_SD_WRITE_TO_FILE message with a \n

Finalalize MSG_SD_WRITE_TO_FILE message with a \n
else RH hangs.
AnHardt 9 years ago
parent
commit
87957c7b44
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      Marlin/cardreader.cpp

+ 1
- 0
Marlin/cardreader.cpp View File

416
     else {
416
     else {
417
       saving = true;
417
       saving = true;
418
       SERIAL_PROTOCOLPAIR(MSG_SD_WRITE_TO_FILE, name);
418
       SERIAL_PROTOCOLPAIR(MSG_SD_WRITE_TO_FILE, name);
419
+      SERIAL_EOL;
419
       lcd_setstatus(fname);
420
       lcd_setstatus(fname);
420
     }
421
     }
421
   }
422
   }

Loading…
Cancel
Save