|
@ -871,6 +871,9 @@ void kill_screen(const char* lcd_msg) { |
|
|
#if ENABLED(USER_SCRIPT_AUDIBLE_FEEDBACK) |
|
|
#if ENABLED(USER_SCRIPT_AUDIBLE_FEEDBACK) |
|
|
lcd_completion_feedback(); |
|
|
lcd_completion_feedback(); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
#if ENABLED(USER_SCRIPT_RETURN) |
|
|
|
|
|
lcd_return_to_status(); |
|
|
|
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
#if defined(USER_DESC_1) && defined(USER_GCODE_1) |
|
|
#if defined(USER_DESC_1) && defined(USER_GCODE_1) |
|
@ -3031,7 +3034,7 @@ void kill_screen(const char* lcd_msg) { |
|
|
#endif |
|
|
#endif |
|
|
MENU_ITEM(function, MSG_RESTORE_FAILSAFE, lcd_factory_settings); |
|
|
MENU_ITEM(function, MSG_RESTORE_FAILSAFE, lcd_factory_settings); |
|
|
#if ENABLED(EEPROM_SETTINGS) |
|
|
#if ENABLED(EEPROM_SETTINGS) |
|
|
MENU_ITEM(gcode, MSG_INIT_EEPROM, PSTR("M502\nM500")); // TODO: Add "Are You Sure?" step
|
|
|
MENU_ITEM(gcode, MSG_INIT_EEPROM, PSTR("M502\nM500")); |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
END_MENU(); |
|
|
END_MENU(); |
|
|