added grbl commands when in grbl_mode (set in config with grbl_mode true)
authorJim Morris <morris@wolfman.com>
Mon, 25 Jan 2016 23:55:20 +0000 (15:55 -0800)
committerJim Morris <morris@wolfman.com>
Mon, 25 Jan 2016 23:55:20 +0000 (15:55 -0800)
commit6c0193b317cac089a29a47bbfa4231d4840b9b97
tree8b27af625af63d68138918f090bb5df265f11434
parent25a1ece77429718a514703790d8808d5f401379f
added grbl commands when in grbl_mode (set in config with grbl_mode true)
 $H does homing cycle
 $G returns gcod state
 $X resets Alarm state
 $# outputs WCS state

error messages are more grbl like "error:message"
G28 in grbl mode is goto predefined position (not quite implemented yet)
Probing with G38.2/3 now returns grbl messages when in grbl mode, and enters Alarm if requested
src/libs/Kernel.cpp
src/libs/Kernel.h
src/modules/communication/GcodeDispatch.cpp
src/modules/tools/endstops/Endstops.cpp
src/modules/tools/zprobe/ZProbe.cpp
src/modules/utils/simpleshell/SimpleShell.cpp
src/modules/utils/simpleshell/SimpleShell.h