소스 검색

Added Z_PROBE_PIN to #define for Z_PROBE_AND_ENDSTOP support.

Chris Roadfeldt 9 년 전
부모
커밋
a98ac4033b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h 파일 보기

@@ -64,7 +64,7 @@
64 64
 
65 65
 #if defined(Z_PROBE_ANDENDSTOP)
66 66
   // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
67
- #define 32
67
+ #define Z_PROBE_PIN 32
68 68
 #endif
69 69
 
70 70
 #if defined(FILAMENT_RUNOUT_SENSOR)

Loading…
취소
저장