fix: ignored z endstop when single z endstop is used

This commit is contained in:
Jakob Hostnik
2024-04-16 21:05:16 +02:00
parent 19d8c18f04
commit 18a5ab5c31

View File

@@ -121,7 +121,9 @@
#elif ANY(TRIGORILLA_MAPPING_CHIRON, TRIGORILLA_MAPPING_I3MEGA)
// Chiron uses AUX header for Y and Z endstops
#define Y_STOP_PIN 42 // AUX (1)
#define Z_STOP_PIN 43 // AUX (2)
#if DISABLED(KNUTWURST_ONE_Z_ENDSTOP)
#define Z_STOP_PIN 43 // AUX (2)
#endif
#ifndef Z2_STOP_PIN
#define Z2_STOP_PIN 18 // Z-
#endif