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:
authorManuel <manuel.coenen@gmail.com>2019-05-29 14:50:10 +0300
committerdc42 <dcrocker@eschertech.com>2019-05-29 14:50:10 +0300
commitae2081b2aad8d283fd4e032e391c1e53bcc1db6d (patch)
treef4217933516734a33b6afe728a354cd0f9209f23 /src/GCodes/GCodeMachineState.h
parent1551117365e00dd7b8c2ac0f8eae7df1b492949c (diff)
Implement M675 (#291)
Diffstat (limited to 'src/GCodes/GCodeMachineState.h')
-rw-r--r--src/GCodes/GCodeMachineState.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GCodes/GCodeMachineState.h b/src/GCodes/GCodeMachineState.h
index 56eef265..d092cbbf 100644
--- a/src/GCodes/GCodeMachineState.h
+++ b/src/GCodes/GCodeMachineState.h
@@ -21,6 +21,10 @@ enum class GCodeState : uint8_t
probingToolOffset,
+ findCenterOfCavityMin,
+ findCenterOfCavityR,
+ findCenterOfCavityMax,
+
homing1,
homing2,