Browse Source

Reassign FIL_RUNOUT_PIN for ReARM boards (#15519)

Reassign FIL_RUNOUT_PIN from P1_18 to P1_19

P1_18 is connected to a buffer in order to output 5V making it unsuitable for input.
Gustavo Alvarez 5 years ago
parent
commit
df09532a9c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h

+ 2
- 2
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h View File

241
 //
241
 //
242
 #define LED_PIN            P4_28   // (13)
242
 #define LED_PIN            P4_28   // (13)
243
 
243
 
244
-// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
244
+// define digital pin 5 for the filament runout sensor. Use the RAMPS 1.4 digital input 5 on the servos connector
245
 #ifndef FIL_RUNOUT_PIN
245
 #ifndef FIL_RUNOUT_PIN
246
-  #define FIL_RUNOUT_PIN   P1_18   // (4)
246
+  #define FIL_RUNOUT_PIN   P1_19   // (5)
247
 #endif
247
 #endif
248
 
248
 
249
 #define PS_ON_PIN          P2_12   // (12)
249
 #define PS_ON_PIN          P2_12   // (12)

Loading…
Cancel
Save