✨ Add ZRIB v53, patch G35 Z drop, related issues (#23636)
This commit is contained in:
@@ -704,7 +704,8 @@ void MarlinUI::init() {
|
||||
TERN_(HAS_MARLINUI_MENU, refresh());
|
||||
|
||||
#if HAS_ENCODER_ACTION
|
||||
if (clear_buttons) buttons = 0;
|
||||
if (clear_buttons)
|
||||
TERN_(HAS_ADC_BUTTONS, keypad_buttons =) buttons = 0;
|
||||
next_button_update_ms = millis() + 500;
|
||||
#else
|
||||
UNUSED(clear_buttons);
|
||||
|
Reference in New Issue
Block a user