Option to reverse select direction/buttons (#14693)
This commit is contained in:
committed by
Scott Lahteine
parent
27952648cf
commit
128eed6b57
@@ -181,8 +181,8 @@ millis_t next_button_update_ms;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if ENABLED(REVERSE_MENU_DIRECTION)
|
||||
int8_t MarlinUI::encoderDirection = 1;
|
||||
#if EITHER(REVERSE_MENU_DIRECTION, REVERSE_SELECT_DIRECTION)
|
||||
int8_t MarlinUI::encoderDirection = ENCODERBASE;
|
||||
#endif
|
||||
|
||||
bool MarlinUI::lcd_clicked;
|
||||
|
||||
Reference in New Issue
Block a user