🚸 Keep Filament Change near the top (#26172)
This commit is contained in:
parent
d8e73d3036
commit
e61a84a717
|
@ -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
|
||||
|
@ -503,10 +503,6 @@ void menu_main() {
|
|||
});
|
||||
#endif
|
||||
|
||||
#if ENABLED(ADVANCED_PAUSE_FEATURE) && DISABLED(DISABLE_ENCODER)
|
||||
FILAMENT_CHANGE_ITEM();
|
||||
#endif
|
||||
|
||||
END_MENU();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue