Skip to content
Snippets Groups Projects
Commit 7b8bb251 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Fix gcode_line_error call

Followup to 3007eee2
parent aa20b3ef
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,7 @@ inline void get_serial_commands() {
}
#if ENABLED(SDSUPPORT)
else if (card.saving) {
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM));
gcode_line_error(PSTR(MSG_ERR_NO_CHECKSUM), i);
return;
}
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment