瀏覽代碼

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…
取消
儲存