Merge pull request #3420 from gudnimg/fix-finda-timer

Fix FINDA timer
This commit is contained in:
3d-gussner 2022-02-21 09:57:12 +01:00 committed by GitHub
commit 09e052ebca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3497,7 +3497,7 @@ static void lcd_show_sensors_state()
uint8_t idler_state = STATE_NA;
pinda_state = READ(Z_MIN_PIN);
if (mmu_enabled && mmu_last_finda_response.expired(1000))
if (mmu_enabled && !mmu_last_finda_response.expired(1000))
{
finda_state = mmu_finda;
}