Fix Chiron Endstop Configuration and Pin mapping.

This commit is contained in:
Knutwurst
2021-06-21 12:02:00 +02:00
parent cb0f10f4b6
commit df00fdd01e
4 changed files with 25 additions and 18 deletions

View File

@@ -89,7 +89,7 @@
#define X_MIN_PIN 3
#endif
#ifndef X_MAX_PIN
#define X_MAX_PIN 2
#define X_MAX_PIN 43
#endif
#endif
#ifndef Y_STOP_PIN
@@ -113,7 +113,7 @@
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 32
#define Z_MIN_PROBE_PIN 2
#endif
//