🧑💻 HAS_MARLINUI_MENU, HAS_MANUAL_MOVE_MENU
This commit is contained in:
@ -596,9 +596,9 @@ MotionAxisState motionAxisState;
|
||||
static void quick_feedback() {
|
||||
#if HAS_CHIRP
|
||||
ui.chirp(); // Buzz and wait. Is the delay needed for buttons to settle?
|
||||
#if BOTH(HAS_LCD_MENU, USE_BEEPER)
|
||||
#if BOTH(HAS_MARLINUI_MENU, USE_BEEPER)
|
||||
for (int8_t i = 5; i--;) { buzzer.tick(); delay(2); }
|
||||
#elif HAS_LCD_MENU
|
||||
#elif HAS_MARLINUI_MENU
|
||||
delay(10);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -578,9 +578,9 @@ MotionAxisState motionAxisState;
|
||||
static void quick_feedback() {
|
||||
#if HAS_CHIRP
|
||||
ui.chirp(); // Buzz and wait. Is the delay needed for buttons to settle?
|
||||
#if BOTH(HAS_LCD_MENU, USE_BEEPER)
|
||||
#if BOTH(HAS_MARLINUI_MENU, USE_BEEPER)
|
||||
for (int8_t i = 5; i--;) { buzzer.tick(); delay(2); }
|
||||
#elif HAS_LCD_MENU
|
||||
#elif HAS_MARLINUI_MENU
|
||||
delay(10);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -583,9 +583,9 @@ MotionAxisState motionAxisState;
|
||||
static void quick_feedback() {
|
||||
#if HAS_CHIRP
|
||||
ui.chirp(); // Buzz and wait. Is the delay needed for buttons to settle?
|
||||
#if BOTH(HAS_LCD_MENU, USE_BEEPER)
|
||||
#if BOTH(HAS_MARLINUI_MENU, USE_BEEPER)
|
||||
for (int8_t i = 5; i--;) { buzzer.tick(); delay(2); }
|
||||
#elif HAS_LCD_MENU
|
||||
#elif HAS_MARLINUI_MENU
|
||||
delay(10);
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user