Extra insurance against endstop false positives (#11013)

This commit is contained in:
Scott Lahteine
2018-06-13 01:22:02 -05:00
committed by GitHub
parent 81edbfa665
commit 4c8d6df13c
2 changed files with 13 additions and 16 deletions

View File

@ -143,7 +143,7 @@ class Endstops {
// Enable / disable endstop z-probe checking
#if HAS_BED_PROBE
static volatile bool z_probe_enabled;
static void enable_z_probe(bool onoff=true);
static void enable_z_probe(const bool onoff=true);
#endif
// Debugging of endstops