소스 검색

Tweak G38 formatting

Scott Lahteine 6 년 전
부모
커밋
4b610b333e
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1
    3
      Marlin/src/module/endstops.cpp

+ 1
- 3
Marlin/src/module/endstops.cpp 파일 보기

@@ -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…
취소
저장