Implement triffid hunters flush queue code in Conveyor
authorJim Morris <morris@wolfman.com>
Mon, 3 Nov 2014 06:16:48 +0000 (22:16 -0800)
committerJim Morris <morris@wolfman.com>
Mon, 3 Nov 2014 06:16:48 +0000 (22:16 -0800)
commitb375ba1df5f960155e6cbc4e5fc12826702f7f5c
tree0dcfa471bdbdf03d839c5091fc4add1cfc929249
parentb7ff723c5f25e9bae6144ec037bb785df16aa64b
Implement triffid hunters flush queue code in Conveyor
Change things that call ON_HALT to not take pause
ON_HALT will set a state in gcodedispatch to reject all incoming commands until M999
ON_HALT will flush block queue
src/libs/Module.h
src/modules/communication/GcodeDispatch.cpp
src/modules/communication/GcodeDispatch.h
src/modules/robot/Conveyor.cpp
src/modules/robot/Conveyor.h
src/modules/robot/Stepper.cpp
src/modules/tools/endstops/Endstops.cpp