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-10-22 10:28:37 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-10-22 10:28:37 +0300
commit0a438e515f081a89a0bc2be56dc8a91079f20c99 (patch)
tree50f52ae6a35b9cc810f6a2c60997979c74294e59 /src/GCodes/GCodeMachineState.h
parent9ab32495ec1352fc5dd0bf8fb88c861d5bd6a632 (diff)
M0/M1 no longer turns heaters off if stop.g/sleep.g is found
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 9fdab54c..f45e77f3 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -74,7 +74,7 @@ enum class GCodeState : uint8_t
flashing1,
flashing2,
- stoppingWithHeatersOff,
+ stopping,
// These next 9 must be contiguous
gridProbing1,