activate advanced_ok and no_timeout

This commit is contained in:
Wurstnase
2015-05-11 08:01:51 +02:00
parent 0cb87795a3
commit 526ad82d20
13 changed files with 94 additions and 6 deletions

View File

@ -5535,7 +5535,7 @@ void ClearToSend() {
SERIAL_PROTOCOLPGM(" N"); SERIAL_PROTOCOL(gcode_LastN);
SERIAL_PROTOCOLPGM(" P"); SERIAL_PROTOCOL(BUFSIZE - commands_in_queue);
#endif
SERIAL_PROTOCOLLNPGM("");
SERIAL_EOL;
}
void get_coordinates() {