From eadbec23596bf6b46ec750a5ae519e8f1893876e Mon Sep 17 00:00:00 2001 From: Jens Hauser <44340656+JensHauser@users.noreply.github.com> Date: Sat, 17 Oct 2020 01:07:35 +0200 Subject: [PATCH] lower debounding after adding capacitor --- Grbl_Esp32/src/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grbl_Esp32/src/Config.h b/Grbl_Esp32/src/Config.h index 5ca0651d..699780cb 100644 --- a/Grbl_Esp32/src/Config.h +++ b/Grbl_Esp32/src/Config.h @@ -517,7 +517,7 @@ const int DWELL_TIME_STEP = 50; // Integer (1-255) (milliseconds) // switch interrupt unblock a waiting task which will recheck the limit switch pins after // a short delay. Default disabled #define ENABLE_SOFTWARE_DEBOUNCE // Default disabled. Uncomment to enable. -#define DEBOUNCE_PERIOD 50 // in milliseconds default 32 microseconds +#define DEBOUNCE_PERIOD 32 // in milliseconds default 32 microseconds // Configures the position after a probing cycle during Grbl's check mode. Disabled sets // the position to the probe target, when enabled sets the position to the start position.