Overlord configs. Fix buzzer, redundant temp. (#14833)

This commit is contained in:
Tim Moore
2019-08-06 21:25:47 -07:00
committed by Scott Lahteine
parent 535eeace5f
commit 77f637763c
10 changed files with 9893 additions and 2 deletions

View File

@@ -688,7 +688,7 @@ void idle(
print_job_timer.tick();
#endif
#if HAS_BUZZER && DISABLED(LCD_USE_I2C_BUZZER)
#if HAS_BUZZER && DISABLED(LCD_USE_I2C_BUZZER) && DISABLED(PCA9632_BUZZER)
buzzer.tick();
#endif