Add ZRIB v53, patch G35 Z drop, related issues (#23636)

This commit is contained in:
Bones
2022-02-04 14:52:57 -07:00
committed by GitHub
parent a1ffd59931
commit 076d8e83ea
12 changed files with 816 additions and 111 deletions

View File

@@ -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);