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-06-22 15:44:42 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-06-22 15:44:42 +0300
commit3e515298a417f7b32edd20de8a4d14a804dbf638 (patch)
treebebee65f6d69233109c9bc7dbec33c3d88d4a343 /src/Endstops/ZProbe.h
parente5cfdc7aaa7b50c3d03e9f3239842701be363c15 (diff)
Various minor changes
Fixed problem with creating new Z probes Fixed a build issue caused by recent merge Send bleps to both 12864 and PanelDue if both present G31 echoes Z probe threshold etc. as well as current value
Diffstat (limited to 'src/Endstops/ZProbe.h')
-rw-r--r--src/Endstops/ZProbe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/ZProbe.h b/src/Endstops/ZProbe.h
index 717687f8..4c5888a0 100644
--- a/src/Endstops/ZProbe.h
+++ b/src/Endstops/ZProbe.h
@@ -51,7 +51,7 @@ public:
void SetProgramOutput(bool b) const;
void SetIREmitter(bool on) const;
- GCodeResult HandleG31(GCodeBuffer& gb, const StringRef& reply, bool printDetails);
+ GCodeResult HandleG31(GCodeBuffer& gb, const StringRef& reply);
GCodeResult HandleM558(GCodeBuffer& gb, const StringRef& reply, unsigned int probeNumber);
void SetTriggerHeight(float height) { triggerHeight = height; }
void SetSaveToConfigOverride() { saveToConfigOverride = true; }