Update menu_main.cpp

This commit is contained in:
Scott Lahteine
2019-01-12 17:04:00 -06:00
committed by GitHub
parent acbe72c239
commit a7a6503917
+1 -1
View File
@@ -44,7 +44,7 @@ void lcd_pause() {
#if ENABLED(PARK_HEAD_ON_PAUSE)
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) ) {
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.return_to_status();