Browse Source

Merge pull request #7272 from thinkyhead/bf_user_menu_stay

Stay in User Menu after command. Add feedback.
Scott Lahteine 7 years ago
parent
commit
f63f1ff12c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

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

Loading…
Cancel
Save