Overlord configs. Fix buzzer, redundant temp. (#14833)
This commit is contained in:
committed by
Scott Lahteine
parent
535eeace5f
commit
77f637763c
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user