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:
authorChristian Hammacher <bmasterc@gmail.com>2020-05-19 02:03:59 +0300
committerChristian Hammacher <bmasterc@gmail.com>2020-05-19 02:03:59 +0300
commitab6316b79d4d96689f2281c3483bc12c9bf2a9e6 (patch)
treea90a6d078e6e0c32239de862cbe6c6dcc0a8cc27 /src/GCodes/GCodeMachineState.h
parent7236f9fc7f41f99685296bd9725dc604d85328fa (diff)
Bug fix for M291 in SBC mode
Minor other improvements for message boxes in SBC mode Bug fix: M291 in SBC mode didn't send a code reply on completion
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 2417f703..494c98cd 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -105,6 +105,7 @@ enum class GCodeState : uint8_t
#if HAS_LINUX_INTERFACE
doingUnsupportedCode,
doingUserMacro,
+ waitingForAcknowledgement,
#endif
#if HAS_VOLTAGE_MONITOR