MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 118 forks source link

wrong pin configuration #820

Open AleyRobotics opened 3 years ago

AleyRobotics commented 3 years ago

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