Allow FIL_RUNOUT_PIN override on RAMPS-based boards
This commit is contained in:
parent
d29a0d64d5
commit
eb3a05c437
1 changed files with 3 additions and 1 deletions
|
|
@ -252,7 +252,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
// define digital pin 4 for the filament runout sensor. Use the RAMPS 1.4 digital input 4 on the servos connector
|
||||||
#define FIL_RUNOUT_PIN 4
|
#ifndef FIL_RUNOUT_PIN
|
||||||
|
#define FIL_RUNOUT_PIN 4
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PS_ON_PIN
|
#ifndef PS_ON_PIN
|
||||||
#define PS_ON_PIN 12
|
#define PS_ON_PIN 12
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue