Browse Source

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

vanilla_fb_2.0.x
fleek 4 years ago
committed by GitHub
parent
commit
87ff532a41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

7
Marlin/src/pins/stm32f1/pins_CREALITY_V4.h

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

Loading…
Cancel
Save