Refine endstops fixes (#12413)

When endstops/probe are enabled `ENDSTOP_NOISE_THRESHOLD` calls to `update` are required to properly re-sync endstops/probe status.
This commit is contained in:
Giuliano Zaro
2018-11-13 11:31:58 +01:00
committed by Scott Lahteine
parent 0ee1a92971
commit d631267548
2 changed files with 20 additions and 7 deletions

View File

@ -162,6 +162,8 @@ class Endstops {
static void enable_z_probe(const bool onoff=true);
#endif
static void resync();
// Debugging of endstops
#if ENABLED(PINS_DEBUGGING)
static bool monitor_flag;