Apply ternary macros

This commit is contained in:
Scott Lahteine
2020-04-25 17:53:06 -05:00
parent 967c1d8534
commit c536b8de62
13 changed files with 79 additions and 230 deletions

View File

@@ -638,7 +638,7 @@ void MarlinUI::quick_feedback(const bool clear_buttons/*=true*/) {
float manual_move_offset = 0;
#endif
#if E_MANUAL > 1
#if MULTI_MANUAL
int8_t MarlinUI::manual_move_e_index = 0;
#endif