소스 검색

Stay in User Menu after command. Add feedback.

When a user executes a User Menu command, the LCD returns to the main menu. If the user has multiple menu items they want to run, such as one menu item per bed leveling corner, then it's better to stay in the User Menu rather than return to the main menu.

This PR modifies Marlin to stay in the User Menu after a command.
Jamie Bainbridge 7 년 전
부모
커밋
00e4ced58e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp 파일 보기

@@ -834,8 +834,8 @@ void kill_screen(const char* lcd_msg) {
834 834
     #endif
835 835
 
836 836
     void _lcd_user_gcode(const char * const cmd) {
837
-      lcd_return_to_status();
838 837
       enqueue_and_echo_commands_P(cmd);
838
+      lcd_completion_feedback();
839 839
     }
840 840
 
841 841
     #if defined(USER_DESC_1) && defined(USER_GCODE_1)

Loading…
취소
저장