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:
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,