Filament Runout pin for Creality v4.2.2 board (#18763)

This commit is contained in:
fleek 2020-07-24 16:58:46 +08:00 committed by GitHub
parent 451f48231d
commit 87ff532a41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,13 @@
#define Z_PROBE_PIN PB1 // BLTouch IN
//
// Filament Runout Sensor
//
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN PA4 // "Pulled-high"
#endif
//
// Steppers
//