Mitigate false endstop triggering

While adding ENDSTOP_NOISE_FILTER, I try to reduce the impact on accuracy as much as possible by reducing the endstop_poll_count to 2.

Possible fix for #8.

Thanks to @notching, @mensikv and @md66pt for the valuable feedback!
This commit is contained in:
David Ramiro
2019-01-04 01:12:46 +01:00
parent 5dface64e1
commit dca0eb752a
2 changed files with 2 additions and 2 deletions

View File

@@ -587,7 +587,7 @@
* (This feature is not required for common micro-switches mounted on PCBs
* based on the Makerbot design, since they already include the 100nF capacitor.)
*/
//#define ENDSTOP_NOISE_FILTER
#define ENDSTOP_NOISE_FILTER
//=============================================================================
//============================== Movement Settings ============================