Change RAMPS default filament runout pin (#17814)
This commit is contained in:
parent
9b820d71a6
commit
0b762189b4
1 changed files with 1 additions and 2 deletions
|
@ -129,9 +129,8 @@
|
|||
#define FILWIDTH_PIN 5 // Analog Input on AUX2
|
||||
#endif
|
||||
|
||||
// RAMPS 1.4 DIO 4 on the servos connector
|
||||
#ifndef FIL_RUNOUT_PIN
|
||||
#define FIL_RUNOUT_PIN 4
|
||||
#define FIL_RUNOUT_PIN 71
|
||||
#endif
|
||||
|
||||
#ifndef PS_ON_PIN
|
||||
|
|
Reference in a new issue