Browse Source

Added Z_PROBE_PIN to #define for Z_PROBE_AND_ENDSTOP support.

Chris Roadfeldt 10 years ago
parent
commit
a98ac4033b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/pins_RAMPS_13.h

+ 1
- 1
Marlin/pins_RAMPS_13.h View File

64
 
64
 
65
 #if defined(Z_PROBE_ANDENDSTOP)
65
 #if defined(Z_PROBE_ANDENDSTOP)
66
   // Define a pin to use as the signal pin on Arduino for the Z_PROBE endstop.
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
 #endif
68
 #endif
69
 
69
 
70
 #if defined(FILAMENT_RUNOUT_SENSOR)
70
 #if defined(FILAMENT_RUNOUT_SENSOR)

Loading…
Cancel
Save