Update menu_main.cpp

This commit is contained in:
InsanityAutomation
2019-01-12 17:09:22 -05:00
parent eb78aed863
commit dbac603128
+8 -1
View File
@@ -43,7 +43,14 @@ void lcd_pause() {
#endif
#if ENABLED(PARK_HEAD_ON_PAUSE)
pause_print(PAUSE_PARK_RETRACT_LENGTH, NOZZLE_PARK_POINT, 0, true);
lcd_advanced_pause_show_message(ADVANCED_PAUSE_MESSAGE_INIT, ADVANCED_PAUSE_MODE_PAUSE_PRINT, active_extruder);
if (pause_print(PAUSE_PARK_RETRACT_LENGTH, NOZZLE_PARK_POINT, 0, true) ) {
wait_for_confirmation(false, 0);
resume_print(0, 0, ADVANCED_PAUSE_PURGE_LENGTH, 0);
ui.defer_status_screen(false);
ui.return_to_status();
ui.refresh();
}
#elif ENABLED(SDSUPPORT)
enqueue_and_echo_commands_P(PSTR("M25"));
#elif defined(ACTION_ON_PAUSE)