From c1f58a238d93e40c155275285c00b3d46b03bebe Mon Sep 17 00:00:00 2001
From: AnHardt <github@kitelab.de>
Date: Thu, 29 Mar 2018 23:10:20 +0200
Subject: [PATCH] No delay in sensorless quick homing (#10254)

---
 Marlin/src/gcode/calibrate/G28.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Marlin/src/gcode/calibrate/G28.cpp b/Marlin/src/gcode/calibrate/G28.cpp
index c6231c5985..221195c8f0 100644
--- a/Marlin/src/gcode/calibrate/G28.cpp
+++ b/Marlin/src/gcode/calibrate/G28.cpp
@@ -78,7 +78,6 @@
     #if ENABLED(SENSORLESS_HOMING)
       sensorless_homing_per_axis(X_AXIS, false);
       sensorless_homing_per_axis(Y_AXIS, false);
-      safe_delay(500); // Short delay needed to settle
     #endif
   }
 
-- 
GitLab