mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-28 02:10:32 -07:00
🩹 Prevent RAMPS default X_MAX_PIN messing up AnyCubic i3 Mega (#28038)
This commit is contained in:
parent
52cc705e60
commit
0628573fc3
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@
|
|||
#define Y_STOP_PIN 42 // AUX (1)
|
||||
#define Z_STOP_PIN 43 // AUX (2)
|
||||
#ifndef Z2_STOP_PIN
|
||||
#define X_MAX_PIN 18 // If X_MAX_PIN != Z2_STOP_PIN homing sensor trigger state is "Inverted".
|
||||
#define Z2_STOP_PIN 18 // Z-
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue