🚸 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);
|
SUBMENU(MSG_MOTION, menu_motion);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ALL(ADVANCED_PAUSE_FEATURE, DISABLE_ENCODER)
|
|
||||||
FILAMENT_CHANGE_ITEM();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if HAS_CUTTER
|
#if HAS_CUTTER
|
||||||
SUBMENU(MSG_CUTTER(MENU), STICKY_SCREEN(menu_spindle_laser));
|
SUBMENU(MSG_CUTTER(MENU), STICKY_SCREEN(menu_spindle_laser));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if ENABLED(ADVANCED_PAUSE_FEATURE)
|
||||||
|
FILAMENT_CHANGE_ITEM();
|
||||||
|
#endif
|
||||||
|
|
||||||
#if HAS_TEMPERATURE
|
#if HAS_TEMPERATURE
|
||||||
SUBMENU(MSG_TEMPERATURE, menu_temperature);
|
SUBMENU(MSG_TEMPERATURE, menu_temperature);
|
||||||
#endif
|
#endif
|
||||||
|
@ -503,10 +503,6 @@ void menu_main() {
|
||||||
});
|
});
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(ADVANCED_PAUSE_FEATURE) && DISABLED(DISABLE_ENCODER)
|
|
||||||
FILAMENT_CHANGE_ITEM();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
END_MENU();
|
END_MENU();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue