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-04-23 20:31:31 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-04-23 20:31:31 +0300
commitd4f7bb459e5f3195f2a243cf68d99af712e59608 (patch)
treeb4177d5ce4b429adc01f302740c6ee1fd2136952 /src/Endstops/EndstopDefs.h
parentcb0a782b673773037185ff73e53230251c2dff51 (diff)
RRF 3 continued work
DuetM and PCCB configurations now build Fixed some bugs
Diffstat (limited to 'src/Endstops/EndstopDefs.h')
-rw-r--r--src/Endstops/EndstopDefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Endstops/EndstopDefs.h b/src/Endstops/EndstopDefs.h
index 8264e861..fdf8fdaa 100644
--- a/src/Endstops/EndstopDefs.h
+++ b/src/Endstops/EndstopDefs.h
@@ -55,9 +55,9 @@ enum class EndStopInputType : unsigned int
activeLow = 0,
activeHigh = 1,
zProbeAsEndstop = 2,
- motorStall = 3,
- numInputTypes = 4,
- realZProbe = 100
+ motorStallAny = 3,
+ motorStallIndividual = 4,
+ numInputTypes = 5
};
// This is used as the return type of function Stopped.