Skip to content

Commit

Permalink
Enable filament runout pins
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb committed May 8, 2022
1 parent ec65b59 commit 12c0e4d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Marlin/src/pins/lpc1769/pins_MKS_SGEN_L_V2.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@
#define Z_MIN_PROBE_PIN P1_24
#endif

//
// Filament Runout Sensor
//
#define FIL_RUNOUT_PIN P1_28 // X+
#define FIL_RUNOUT2_PIN P1_26 // Y+

//
// Steppers
//
Expand Down

0 comments on commit 12c0e4d

Please sign in to comment.