Skip to content

Commit

Permalink
M30 response is missing linefeed, "ok" therefore not on own line
Browse files Browse the repository at this point in the history
This leads to the command not being acknowledged properly
by the firmware, leading to consecutive issues in host software
waiting for an acknowledgement.
  • Loading branch information
foosel committed Jun 2, 2014
1 parent c8d0ca9 commit 0de8261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/cardreader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ void CardReader::removeFile(char* name)
if (file.remove(curDir, fname))
{
SERIAL_PROTOCOLPGM("File deleted:");
SERIAL_PROTOCOL(fname);
SERIAL_PROTOCOLLN(fname);
sdpos = 0;
}
else
Expand Down

0 comments on commit 0de8261

Please sign in to comment.