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>2020-04-16 22:11:32 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-04-16 22:11:32 +0300
commitbf54e89e2d2732cbb74d0920a78746805defac4c (patch)
treed4b8f7ed8840a41cf0c0d72bf37eef1d5a5c9aa4 /src/GCodes/GCodeMachineState.h
parenta655329f8b265a564d272c0f298f80e2ec88c6a9 (diff)
Bug fixes
Fixed missing error message when probe is already triggered at the start of a G29 or G30 probing move and there is a retractprobe.g file Fixed incorrect filament consumption progress when wipe-while-retracting is used in the slicer Fixed spurios display of heater fault message on 12864 display when there are no tools
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 8e176dd4..a00182a3 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -94,6 +94,8 @@ enum class GCodeState : uint8_t
loadingFilament,
unloadingFilament,
+ checkError, // go to this state after doing a macro when we need to check for a stored error message
+
#if HAS_MASS_STORAGE
timingSDwrite,
#endif