Remove extra lcd_advanced_pause_show_message call

This commit is contained in:
Scott Lahteine
2019-01-12 17:14:33 -06:00
committed by GitHub
parent a7a6503917
commit 3358333e22
-1
View File
@@ -43,7 +43,6 @@ void lcd_pause() {
#endif
#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)) {
wait_for_confirmation(false, 0);
resume_print(0, 0, ADVANCED_PAUSE_PURGE_LENGTH, 0);