add ^X to the USB serial which will enter ON_HALT in the next ON_IDLE, allows abort...
authorJim Morris <morris@wolfman.com>
Fri, 15 Jan 2016 08:47:14 +0000 (00:47 -0800)
committerJim Morris <morris@wolfman.com>
Fri, 15 Jan 2016 08:47:14 +0000 (00:47 -0800)
commita395f0851519deb9be6df09650194085028ccca9
tree99a8cdfd00780f87dd0a3342096242d502fbbc14
parentb690f244eca085d21e62412e7ce247d1674a3581
add ^X to the USB serial which will enter ON_HALT in the next ON_IDLE, allows abort of M109 and other things from command line
  NOTE this may not work if there is a USB buffer full of GCodes

add ? to USB Serial which returns an immediate GRBL-like status response with real time machine and workspace position
src/libs/Kernel.cpp
src/libs/USBDevice/USBSerial/USBSerial.cpp
src/libs/USBDevice/USBSerial/USBSerial.h
src/modules/communication/SerialConsole.cpp
src/modules/robot/Robot.h