🧑‍💻 Remove LOOP macros (#25917)

This commit is contained in:
Scott Lahteine 2023-06-02 14:30:34 -05:00 committed by GitHub
parent 2691167afe
commit 86c811660e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
122 changed files with 362 additions and 367 deletions

View file

@ -657,7 +657,7 @@ void menu_configuration() {
// Preheat configurations
#if HAS_PREHEAT && DISABLED(SLIM_LCD_MENUS)
LOOP_L_N(m, PREHEAT_COUNT)
for (uint8_t m = 0; m < PREHEAT_COUNT; ++m)
SUBMENU_N_f(m, ui.get_preheat_label(m), MSG_PREHEAT_M_SETTINGS, _menu_configuration_preheat_settings);
#endif