✨ SOUND_ON_DEFAULT option (#24102)
This commit is contained in:
committed by
Scott Lahteine
parent
b2b5b85045
commit
3443a9e18b
@@ -247,7 +247,7 @@ static void _lcd_level_bed_corners_get_next_position() {
|
||||
probe_triggered = PROBE_TRIGGERED();
|
||||
if (probe_triggered) {
|
||||
endstops.hit_on_purpose();
|
||||
TERN_(LEVEL_CORNERS_AUDIO_FEEDBACK, ui.buzz(200, 600));
|
||||
TERN_(LEVEL_CORNERS_AUDIO_FEEDBACK, BUZZ(200, 600));
|
||||
}
|
||||
idle();
|
||||
}
|
||||
|
@@ -574,7 +574,7 @@ void menu_configuration() {
|
||||
#endif
|
||||
|
||||
#if ENABLED(SOUND_MENU_ITEM)
|
||||
EDIT_ITEM(bool, MSG_SOUND, &ui.buzzer_enabled, []{ ui.chirp(); });
|
||||
EDIT_ITEM(bool, MSG_SOUND, &ui.sound_on, []{ ui.chirp(); });
|
||||
#endif
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
|
Reference in New Issue
Block a user