Browse Source

Test and refactor

pull/1/head
Dan Nixon 11 years ago
parent
commit
f643f4d674
  1. 3
      Marlin/Marlin_main.cpp

3
Marlin/Marlin_main.cpp

@ -659,10 +659,9 @@ void get_command()
}
//If command was e-stop process now
if(strcmp(cmdbuffer[bufindw], "M112") == 0)
{
kill();
}
bufindw = (bufindw + 1)%BUFSIZE;
buflen += 1;

Loading…
Cancel
Save