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-12-14 16:15:01 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-12-14 16:15:01 +0300
commitdc9a01971422302933e104445752121bf22adeba (patch)
tree0694decaa7be064b64b8e82fe66ad920cbb6a049 /src/Endstops/Endstop.h
parent8ab811c4122a4fef46b7a6cd5bc410f484b5f2dd (diff)
Final (?) changes to 3.0RC1
Removed M574 S0 option Fix truncation of M574 report Unconfigured fans report fanPercent -1 instead of -100
Diffstat (limited to 'src/Endstops/Endstop.h')
-rw-r--r--src/Endstops/Endstop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/Endstop.h b/src/Endstops/Endstop.h
index 33d90a92..56ab4ec1 100644
--- a/src/Endstops/Endstop.h
+++ b/src/Endstops/Endstop.h
@@ -56,7 +56,7 @@ inline void EndstopOrZProbe::UpdateStalledDrivers(uint32_t driverMask, bool isSt
class Endstop : public EndstopOrZProbe
{
public:
- virtual EndStopInputType GetEndstopType() const = 0;
+ virtual EndStopType GetEndstopType() const = 0;
virtual bool Prime(const Kinematics& kin, const AxisDriversConfig& axisDrivers) = 0;
virtual void AppendDetails(const StringRef& str) = 0;