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-16 21:50:14 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-05-16 21:50:14 +0300
commitff3c26d73664c2ab11c0ab14ec28539eebd75cd4 (patch)
tree1947e496785c3d79e690031eb54f1e32b3d28ec2 /src/Endstops/EndstopDefs.h
parenteec350695520a49e443689b2dd776ffad81e3167 (diff)
Bug fixes
Z probe types 6 and 7 didn't work. They are now invalid modes, so is mode 4. Initialisation of driver bitmaps for individuaol motor moves was incomplete.
Diffstat (limited to 'src/Endstops/EndstopDefs.h')
-rw-r--r--src/Endstops/EndstopDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/EndstopDefs.h b/src/Endstops/EndstopDefs.h
index fdf8fdaa..be409303 100644
--- a/src/Endstops/EndstopDefs.h
+++ b/src/Endstops/EndstopDefs.h
@@ -75,7 +75,7 @@ enum class ZProbeType : uint8_t
analog = 1,
dumbModulated = 2,
alternateAnalog = 3,
- endstopSwitch = 4,
+ endstopSwitch_obsolete = 4,
digital = 5,
e1Switch_obsolete = 6,
zSwitch_obsolete = 7,