BTT SKR Pro runout pins (#18416)

This commit is contained in:
Johnny Eshak 2020-06-26 08:46:31 +02:00 committed by GitHub
parent ce3fb61604
commit 2330ee48f2
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,6 +98,19 @@
#define Z_MIN_PROBE_PIN PA2
#endif
//
// Filament Runout Sensor
//
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN PE15
#endif
#ifndef FIL_RUNOUT2_PIN
#define FIL_RUNOUT2_PIN PE10
#endif
#ifndef FIL_RUNOUT3_PIN
#define FIL_RUNOUT3_PIN PG5
#endif
//
// Steppers
//