diff --git a/Marlin/src/feature/bedlevel/ubl/ubl.cpp b/Marlin/src/feature/bedlevel/ubl/ubl.cpp
index 7d44bb3e70d7d3bf65a1329c624ba679dfa1b904..44a88fc47fefad6cc887fe1c16eaf49922857348 100644
--- a/Marlin/src/feature/bedlevel/ubl/ubl.cpp
+++ b/Marlin/src/feature/bedlevel/ubl/ubl.cpp
@@ -63,6 +63,7 @@
           SERIAL_ECHOPAIR_P(port, " ; X", LOGICAL_X_POSITION(mesh_index_to_xpos(x)));
           SERIAL_ECHOPAIR_P(port, ", Y", LOGICAL_Y_POSITION(mesh_index_to_ypos(y)));
           SERIAL_EOL_P(port);
+          safe_delay(75); // Prevent Printrun from exploding
         }
   }