Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various cosmetic changes #27503

Open
wants to merge 17 commits into
base: bugfix-2.1.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
arrrange quick_feedback()
classicrocker883 committed Feb 15, 2025
commit 984ed7d736e9547d7f083fc0625db3ff7f151c9b
8 changes: 4 additions & 4 deletions Marlin/src/lcd/marlinui.h
Original file line number Diff line number Diff line change
@@ -598,6 +598,10 @@ class MarlinUI {

static void status_screen();

#else

static void quick_feedback(const bool=true) {}

#endif // HAS_WIRED_LCD

#if HAS_MARLINUI_U8GLIB
@@ -634,10 +638,6 @@ class MarlinUI {
static bool detected() IF_DISABLED(HAS_WIRED_LCD, { return true; });
static void reinit_lcd() { TERN_(REINIT_NOISY_LCD, init_lcd()); }

#if !HAS_WIRED_LCD
static void quick_feedback(const bool=true) {}
#endif

static void completion_feedback(const bool good=true);

#if HAS_MEDIA