Procházet zdrojové kódy

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 před 5 roky
rodič
revize
df09532a9c
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2
    2
      Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h

+ 2
- 2
Marlin/src/pins/lpc1768/pins_RAMPS_RE_ARM.h Zobrazit soubor

@@ -241,9 +241,9 @@
241 241
 //
242 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 245
 #ifndef FIL_RUNOUT_PIN
246
-  #define FIL_RUNOUT_PIN   P1_18   // (4)
246
+  #define FIL_RUNOUT_PIN   P1_19   // (5)
247 247
 #endif
248 248
 
249 249
 #define PS_ON_PIN          P2_12   // (12)

Loading…
Zrušit
Uložit