ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Marlin/src/feature/host_actions.cpp
|
@ -182,7 +182,7 @@ void host_action(PGM_P const pstr, const bool eol) { |
|
|
break; |
|
|
break; |
|
|
case PROMPT_PAUSE_RESUME: |
|
|
case PROMPT_PAUSE_RESUME: |
|
|
msg = PSTR("LCD_PAUSE_RESUME"); |
|
|
msg = PSTR("LCD_PAUSE_RESUME"); |
|
|
#if ENABLED(ADVANCED_PAUSE_FEATURE) |
|
|
#if BOTH(ADVANCED_PAUSE_FEATURE, SDSUPPORT) |
|
|
extern const char M24_STR[]; |
|
|
extern const char M24_STR[]; |
|
|
queue.inject_P(M24_STR); |
|
|
queue.inject_P(M24_STR); |
|
|
#endif |
|
|
#endif |
|
|