Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-12-11 18:58:29 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-12-11 18:58:29 +0300
commited0e7929e05f96c431397495e332f190f72b5915 (patch)
tree029573d68262786249b66f7cbe7a5cbd9d571872 /src/GCodes/GCodeMachineState.h
parent289d2f286a3fdf084c325d4db87f8075c154df6a (diff)
Added most of the event handling code
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 3ea86bce..c5ec5bbb 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -109,6 +109,8 @@ enum class GCodeState : uint8_t
unloadingFilament,
checkError, // go to this state after doing a macro when we need to check for a stored error message
+ processingEvent,
+ finishedProcessingEvent,
#if HAS_MASS_STORAGE
timingSDwrite,