Browse Source

Fix gcode_line_error call

Followup to 3007eee
pull/1/head
Scott Lahteine 6 years ago
parent
commit
7b8bb2519e
  1. 2
      Marlin/src/gcode/queue.cpp

2
Marlin/src/gcode/queue.cpp

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