Skip to content
Snippets Groups Projects
Commit df09532a authored by Gustavo Alvarez's avatar Gustavo Alvarez Committed by Chris Pepper
Browse files

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.
parent 59378db7
Branches
Tags
No related merge requests found
...@@ -241,9 +241,9 @@ ...@@ -241,9 +241,9 @@
// //
#define LED_PIN P4_28 // (13) #define LED_PIN P4_28 // (13)
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector // define digital pin 5 for the filament runout sensor. Use the RAMPS 1.4 digital input 5 on the servos connector
#ifndef FIL_RUNOUT_PIN #ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN P1_18 // (4) #define FIL_RUNOUT_PIN P1_19 // (5)
#endif #endif
#define PS_ON_PIN P2_12 // (12) #define PS_ON_PIN P2_12 // (12)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment