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>2020-02-12 23:51:56 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-02-12 23:51:56 +0300
commit9885ed7cc55cb19fde1be14c8adfd11dfa7f86cf (patch)
tree43f81c1a73028b5ecc516854c20601d63d0f119e /src/Endstops/ZProbe.h
parentd27f0a701c84fe1fcf4dc99c067b1fc38cd90f91 (diff)
Refactored GP inputs
Diffstat (limited to 'src/Endstops/ZProbe.h')
-rw-r--r--src/Endstops/ZProbe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Endstops/ZProbe.h b/src/Endstops/ZProbe.h
index 364cd6bd..13bb807b 100644
--- a/src/Endstops/ZProbe.h
+++ b/src/Endstops/ZProbe.h
@@ -73,7 +73,6 @@ protected:
struct
{
uint16_t maxTaps : 5, // maximum probes at each point
- invertReading : 1, // true if we need to invert the reading
probingAway : 1, // true if we are probing away, i.e. until contact lost
turnHeatersOff : 1, // true to turn heaters off while probing
saveToConfigOverride : 1; // true if the trigger height should be saved to config-override.g