Fix gcode_line_error call

Followup to 3007eee
2.0.x
Scott Lahteine 7 years ago
parent aa20b3ef7c
commit 7b8bb2519e

@ -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

Loading…
Cancel
Save