Swap Z,X motor wiring to match silkscreen

This commit is contained in:
Filip Ayazi 2023-03-13 14:49:23 +00:00
parent d3bdccad13
commit c237226428

View file

@ -79,10 +79,10 @@
#define SUPPORT_EEPROM
#define STAGE_MAX_MOTORS 4
#elif defined(BOARD_SANGABOARDv5)
#define BOARD_STRING "Sangaboard v0.5"
#define WIRING_MOTOR_X 2, 3, 4, 5
#define BOARD_STRING "Sangaboard v0.5.1"
#define WIRING_MOTOR_X 18, 19, 20, 21
#define WIRING_MOTOR_Y 6, 7, 16, 17
#define WIRING_MOTOR_Z 18, 19, 20, 21
#define WIRING_MOTOR_Z 2, 3, 4, 5
#define ENDSTOPS_INVERT false
#define ENDSTOPS_PULLUPS true
#define WIRING_ENDSTOPS_MIN {26,27,28}