MK4duo icon indicating copy to clipboard operation
MK4duo copied to clipboard

wrong pin configuration

Open AleyRobotics opened this issue 3 years ago • 0 comments

I had issue with endstops y axis and found bug. in file Configuration_pins.h

// ENDSTOP pins #define X_MIN_PIN ORIG_X_MIN_PIN #define X_MAX_PIN ORIG_X_MAX_PIN #define Y_MIN_PIN ORIG_Y_MIN_PIN #define Y_MAX_PIN ORIG_X_MAX_PIN <<<<<<<<<<< BUG must be #define Y_MAX_PIN ORIG_Y_MAX_PIN #define Z_MIN_PIN ORIG_Z_MIN_PIN

AleyRobotics avatar Oct 29 '20 10:10 AleyRobotics