Ver código fonte

Fix BTT SKR 1.4 extra endstop pins (#16738)

rebel1 4 anos atrás
pai
commit
300b81bfcb
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h

+ 2
- 2
Marlin/src/pins/lpc1768/pins_BTT_SKR_V1_4.h Ver arquivo

@@ -74,9 +74,9 @@
74 74
 #if Z_STALL_SENSITIVITY
75 75
   #define Z_STOP_PIN       Z_DIAG_PIN
76 76
   #if Z_HOME_DIR < 0
77
-    #define Z_MAX_PIN      P1_24   // PWRDET
77
+    #define Z_MAX_PIN      P1_00   // PWRDET
78 78
   #else
79
-    #define Z_MIN_PIN      P1_24   // PWRDET
79
+    #define Z_MIN_PIN      P1_00   // PWRDET
80 80
   #endif
81 81
 #else
82 82
   #define Z_STOP_PIN       P1_27   // Z-STOP

Carregando…
Cancelar
Salvar