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-11-05 16:11:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-05 16:11:56 +0300
commit4d234ccee43850f2a27d7ed14427583ce79e9bdb (patch)
treed3181e32fa4832a5808da785090c0aeac4cb8879 /src/GCodes/GCodeMachineState.h
parent665324f5188916b079055af9cf71bea1b3fa56e8 (diff)
We no longer restore position automatically after a tool change
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index a6bb3e2a..3ea86bce 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -45,14 +45,12 @@ enum class GCodeState : uint8_t
toolChange0,
toolChange1,
toolChange2,
- toolChange3,
toolChangeComplete,
// These next 6 must be contiguous
m109ToolChange0,
m109ToolChange1,
m109ToolChange2,
- m109ToolChange3,
m109ToolChangeComplete,
m109WaitForTemperature,