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>2019-05-29 13:08:00 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-05-29 13:08:00 +0300
commit1551117365e00dd7b8c2ac0f8eae7df1b492949c (patch)
treea522026614ef5f3ebeeda854eb1afb39638dfab6 /src/GCodes/GCodeMachineState.h
parent39e892a1c7e25d1aacfbbdfd7a3072d9f1088fc6 (diff)
Towards 2.03RC4
Bug fix: M0 H parameter didn't work if stop.g/sleep.g was present After grid probing and in height map file, report min/max errors as well as mean and std deviation After grid probing, warn if there is a large Z offset in the height map
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 7fddcb5e..56eef265 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -50,8 +50,8 @@ enum class GCodeState : uint8_t
flashing1,
flashing2,
- stopping,
- sleeping,
+ stoppingWithHeatersOff,
+ stoppingWithHeatersOn,
// These next 9 must be contiguous
gridProbing1,