Fix Chiron and 4MAX Pro 2.0 Filament rundout sensor.

This commit is contained in:
Knutwurst
2023-05-29 11:39:00 +02:00
parent 952e0db31e
commit e008a96269
3 changed files with 6 additions and 10 deletions

View File

@@ -286,9 +286,11 @@
#endif
#endif
// RAMPS 1.4 DIO 4 on the servos connector
#ifndef FIL_RUNOUT_PIN
#define FIL_RUNOUT_PIN 19
#if ANY(KNUTWURST_CHIRON, KNUTWURST_4MAXP2)
#define FIL_RUNOUT_PIN 33
#else
#define FIL_RUNOUT_PIN 19
#endif
#ifndef PS_ON_PIN