Skip to content

Commit f9164e3

Browse files
committed
Set filament runout pins.
1 parent ca34b2a commit f9164e3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Marlin/src/pins/ramps/pins_RAMPS.h

+7
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,13 @@
280280
#endif
281281
#endif
282282

283+
284+
#if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2)
285+
#define FIL_RUNOUT_PIN 33
286+
#else
287+
#define FIL_RUNOUT_PIN 19
288+
#endif
289+
283290
#ifndef PS_ON_PIN
284291
#define PS_ON_PIN 12
285292
#endif

0 commit comments

Comments
 (0)