Parcourir la source

Tweak G38 formatting

Scott Lahteine il y a 6 ans
Parent
révision
4b610b333e
1 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 1
    3
      Marlin/src/module/endstops.cpp

+ 1
- 3
Marlin/src/module/endstops.cpp Voir le fichier

@@ -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
   /**

Chargement…
Annuler
Enregistrer