Skip to content

Commit

Permalink
🚸 Keep Filament Change near the top (MarlinFirmware#26172)
Browse files Browse the repository at this point in the history
  • Loading branch information
smiksky authored Feb 6, 2024
1 parent d8e73d3 commit e61a84a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Marlin/src/lcd/menu/menu_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -332,14 +332,14 @@ void menu_main() {
SUBMENU(MSG_MOTION, menu_motion);
}

#if ALL(ADVANCED_PAUSE_FEATURE, DISABLE_ENCODER)
FILAMENT_CHANGE_ITEM();
#endif

#if HAS_CUTTER
SUBMENU(MSG_CUTTER(MENU), STICKY_SCREEN(menu_spindle_laser));
#endif

#if ENABLED(ADVANCED_PAUSE_FEATURE)
FILAMENT_CHANGE_ITEM();
#endif

#if HAS_TEMPERATURE
SUBMENU(MSG_TEMPERATURE, menu_temperature);
#endif
Expand Down Expand Up @@ -503,10 +503,6 @@ void menu_main() {
});
#endif

#if ENABLED(ADVANCED_PAUSE_FEATURE) && DISABLED(DISABLE_ENCODER)
FILAMENT_CHANGE_ITEM();
#endif

END_MENU();
}

Expand Down

0 comments on commit e61a84a

Please sign in to comment.