Skip to content

Commit

Permalink
Filament Runout pin for Creality v4.2.2 board (#18763)
Browse files Browse the repository at this point in the history
  • Loading branch information
fleek committed Jul 24, 2020
1 parent 451f482 commit 87ff532
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/stm32f1/pins_CREALITY_V4.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
//
Expand Down

0 comments on commit 87ff532

Please sign in to comment.