Skip to content

Commit

Permalink
Set filament runout pins.
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwurst committed Oct 14, 2023
1 parent ca34b2a commit f9164e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Marlin/src/pins/ramps/pins_RAMPS.h
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,13 @@
#endif
#endif


#if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2)
#define FIL_RUNOUT_PIN 33
#else
#define FIL_RUNOUT_PIN 19
#endif

#ifndef PS_ON_PIN
#define PS_ON_PIN 12
#endif
Expand Down

0 comments on commit f9164e3

Please sign in to comment.