Cleanup old pin definitions to avoid confusion.

This commit is contained in:
Knutwurst
2023-10-14 09:44:56 +02:00
parent e0a4e25ffa
commit ca34b2acc2
2 changed files with 2 additions and 16 deletions

View File

@@ -132,13 +132,6 @@
#endif
#endif
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 2 // PATCH: Knutwurst
#endif
//
// Steppers
//
@@ -287,13 +280,6 @@
#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