🎨 Fix/adjust warnings (#24225)

This commit is contained in:
Keith Bennett
2022-05-22 14:32:16 -07:00
committed by GitHub
parent c5126de559
commit d99185be24
99 changed files with 177 additions and 122 deletions

View File

@@ -337,7 +337,7 @@ void menu_move() {
#elif MULTI_E_MANUAL
// Independent extruders with one E-stepper per hotend
// Independent extruders with one E stepper per hotend
LOOP_L_N(n, E_MANUAL) SUBMENU_MOVE_E(n);
#endif