Add empty ui.completion_feedback
This commit is contained in:
parent
239c45dc11
commit
69f211cf78
7 changed files with 10 additions and 17 deletions
|
@ -239,7 +239,7 @@ void menu_main() {
|
|||
#if HAS_SERVICE_INTERVALS
|
||||
static auto _service_reset = [](const int index) {
|
||||
print_job_timer.resetServiceInterval(index);
|
||||
TERN_(HAS_BUZZER, ui.completion_feedback());
|
||||
ui.completion_feedback();
|
||||
ui.reset_status();
|
||||
ui.return_to_status();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue