Explorar el Código

Tweak G38 formatting

Scott Lahteine hace 6 años
padre
commit
4b610b333e
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1
    3
      Marlin/src/module/endstops.cpp

+ 1
- 3
Marlin/src/module/endstops.cpp Ver fichero

@@ -414,9 +414,7 @@ void Endstops::update() {
414 414
 
415 415
   #if ENABLED(G38_PROBE_TARGET) && PIN_EXISTS(Z_MIN_PROBE) && !(CORE_IS_XY || CORE_IS_XZ)
416 416
     // If G38 command is active check Z_MIN_PROBE for ALL movement
417
-    if (G38_move) {
418
-      UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
419
-    }
417
+    if (G38_move) UPDATE_ENDSTOP_BIT(Z, MIN_PROBE);
420 418
   #endif
421 419
 
422 420
   /**

Loading…
Cancelar
Guardar