Set filament runout pins.

This commit is contained in:
Knutwurst
2023-10-14 13:43:10 +02:00
parent ca34b2acc2
commit f9164e3a6e

View File

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