Explorar el Código

No delay in sensorless quick homing (#10254)

AnHardt hace 7 años
padre
commit
c1f58a238d
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      Marlin/src/gcode/calibrate/G28.cpp

+ 0
- 1
Marlin/src/gcode/calibrate/G28.cpp Ver fichero

@@ -78,7 +78,6 @@
78 78
     #if ENABLED(SENSORLESS_HOMING)
79 79
       sensorless_homing_per_axis(X_AXIS, false);
80 80
       sensorless_homing_per_axis(Y_AXIS, false);
81
-      safe_delay(500); // Short delay needed to settle
82 81
     #endif
83 82
   }
84 83
 

Loading…
Cancelar
Guardar