RepRap host software expects a lowercase "ok" for confirmation.

This commit is contained in:
Markus Hitter 2010-07-02 23:26:44 +02:00
parent f249724efd
commit c591d3330d
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ void scan_char(uint8_t c) {
) {
process_gcode_command(&next_target);
serial_writestr_P(PSTR("OK\n"));
serial_writestr_P(PSTR("ok\n"));
// expect next line number
next_target.N_expected++;