diff --git a/Marlin/src/feature/pause.cpp b/Marlin/src/feature/pause.cpp index 7dc63786d6..a94448afdc 100644 --- a/Marlin/src/feature/pause.cpp +++ b/Marlin/src/feature/pause.cpp @@ -274,7 +274,7 @@ bool load_filament(const float &slow_load_length/*=0*/, const float &fast_load_l #endif // Keep looping if "Purge More" was selected - } while (false + } while (true #if HAS_LCD_MENU && show_lcd && advanced_pause_menu_response == ADVANCED_PAUSE_RESPONSE_EXTRUDE_MORE #endif