RepRap host software expects a lowercase "ok" for confirmation.
This commit is contained in:
parent
f249724efd
commit
c591d3330d
|
|
@ -312,7 +312,7 @@ void scan_char(uint8_t c) {
|
||||||
) {
|
) {
|
||||||
process_gcode_command(&next_target);
|
process_gcode_command(&next_target);
|
||||||
|
|
||||||
serial_writestr_P(PSTR("OK\n"));
|
serial_writestr_P(PSTR("ok\n"));
|
||||||
|
|
||||||
// expect next line number
|
// expect next line number
|
||||||
next_target.N_expected++;
|
next_target.N_expected++;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue