|
@@ -6978,7 +6978,7 @@ void manage_inactivity(bool ignore_stepper_queue/*=false*/) {
|
6978
|
6978
|
// Check to see if we have to home, use poor man's debouncer
|
6979
|
6979
|
// ---------------------------------------------------------
|
6980
|
6980
|
static int homeDebounceCount = 0; // poor man's debouncing count
|
6981
|
|
- const int HOME_DEBOUNCE_DELAY = 750;
|
|
6981
|
+ const int HOME_DEBOUNCE_DELAY = 2500;
|
6982
|
6982
|
if (!READ(HOME_PIN)) {
|
6983
|
6983
|
if (!homeDebounceCount) {
|
6984
|
6984
|
enqueuecommands_P(PSTR("G28"));
|