Commit 2df6d691 authored by MagoKimbra's avatar MagoKimbra

fix

parent 6c83c1a4
......@@ -6544,7 +6544,7 @@ void ok_to_send() {
#endif
ECHO_S(OK);
#ifdef ADVANCED_OK
ECHO_MV(" N", gcode_LastN);
ECHO_MV("N", gcode_LastN);
ECHO_MV(" P", (int)(BLOCK_BUFFER_SIZE - movesplanned() - 1));
ECHO_MV(" B", BUFSIZE - commands_in_queue);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment