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

View File

@@ -129,9 +129,8 @@
#define FILWIDTH_PIN 5 // Analog Input on AUX2 #define FILWIDTH_PIN 5 // Analog Input on AUX2
#endif #endif
// RAMPS 1.4 DIO 4 on the servos connector
#ifndef FIL_RUNOUT_PIN #ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN 4 #define FIL_RUNOUT_PIN 71
#endif #endif
#ifndef PS_ON_PIN #ifndef PS_ON_PIN