Optimize "Dismiss" string

This commit is contained in:
Scott Lahteine
2020-02-14 00:05:06 -06:00
parent 00ba053c90
commit 073e4443e8
6 changed files with 8 additions and 7 deletions

View File

@@ -345,7 +345,7 @@ void disable_all_steppers() {
void event_probe_recover() {
#if ENABLED(HOST_PROMPT_SUPPORT)
host_prompt_do(PROMPT_INFO, PSTR("G29 Retrying"), PSTR("Dismiss"));
host_prompt_do(PROMPT_INFO, PSTR("G29 Retrying"), DISMISS_STR);
#endif
#ifdef ACTION_ON_G29_RECOVER
host_action(PSTR(ACTION_ON_G29_RECOVER));