Change RAMPS default filament runout pin (#17814)

This commit is contained in:
Giuliano Zaro 2020-05-01 01:18:23 +02:00 committed by GitHub
parent 9b820d71a6
commit 0b762189b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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