|
@ -1424,6 +1424,10 @@ void MarlinUI::update() { |
|
|
set_status_P(msg, -1); |
|
|
set_status_P(msg, -1); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#if ENABLED(SDSUPPORT) |
|
|
|
|
|
extern bool wait_for_user, wait_for_heatup; |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
void MarlinUI::abort_print() { |
|
|
void MarlinUI::abort_print() { |
|
|
#if ENABLED(SDSUPPORT) |
|
|
#if ENABLED(SDSUPPORT) |
|
|
wait_for_heatup = wait_for_user = false; |
|
|
wait_for_heatup = wait_for_user = false; |
|
@ -1442,6 +1446,10 @@ void MarlinUI::update() { |
|
|
#endif |
|
|
#endif |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#if ANY(PARK_HEAD_ON_PAUSE, SDSUPPORT) |
|
|
|
|
|
#include "../gcode/queue.h" |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
void MarlinUI::pause_print() { |
|
|
void MarlinUI::pause_print() { |
|
|
#if HAS_LCD_MENU |
|
|
#if HAS_LCD_MENU |
|
|
synchronize(PSTR(MSG_PAUSE_PRINT)); |
|
|
synchronize(PSTR(MSG_PAUSE_PRINT)); |
|
|