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-11-08 21:14:36 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-11-08 21:14:36 +0300
commit68fa1e12e6d45507ecb5f8f075a1e608f3508e3f (patch)
tree65870dd0b5ac7f142f5b4db3f59c0356aad0a40d /src/Endstops/ZProbeEndstop.h
parent255319723a2c44dc23abe9ddb0f5eeb0e1e48892 (diff)
Added check when using remote endstops
When setting up G1 H1 or G1 H3 moves that rely on remote endstops, check that the expansion board knows about the Fixed build errors that occurred in some configurations
Diffstat (limited to 'src/Endstops/ZProbeEndstop.h')
-rw-r--r--src/Endstops/ZProbeEndstop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/ZProbeEndstop.h b/src/Endstops/ZProbeEndstop.h
index cdad49e5..45dee2bf 100644
--- a/src/Endstops/ZProbeEndstop.h
+++ b/src/Endstops/ZProbeEndstop.h
@@ -20,7 +20,7 @@ public:
EndStopInputType GetEndstopType() const override { return EndStopInputType::zProbeAsEndstop; }
EndStopHit Stopped() const override;
- void Prime(const Kinematics& kin, const AxisDriversConfig& axisDrivers) override;
+ bool Prime(const Kinematics& kin, const AxisDriversConfig& axisDrivers) override;
EndstopHitDetails CheckTriggered(bool goingSlow) override;
bool Acknowledge(EndstopHitDetails what) override;
void AppendDetails(const StringRef& str) override;