回零方向与主板型号设置都是正确的,
但是我需要右下角回零,现在只能左上角回零,
求大神指教
=================================;
// Direction of endstops when homing; 1=MAX, -1=MIN //X,Y,Z轴原点负位的方向
// :[-1,1]
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. //XYZ电机运动方向
#define INVERT_X_DIR false
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// The following define selects which electronics board you have.
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD //主板类型, 创客基地的主板选择 BOARD_RAMPS_14_EFB
#define MOTHERBOARD BOARD_MKS_GEN_L
#endif
但是我需要右下角回零,现在只能左上角回零,
求大神指教
=================================;
// Direction of endstops when homing; 1=MAX, -1=MIN //X,Y,Z轴原点负位的方向
// :[-1,1]
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
#define Z_HOME_DIR -1
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way. //XYZ电机运动方向
#define INVERT_X_DIR false
#define INVERT_Y_DIR true
#define INVERT_Z_DIR false
// The following define selects which electronics board you have.
// Please choose the name from boards.h that matches your setup
#ifndef MOTHERBOARD //主板类型, 创客基地的主板选择 BOARD_RAMPS_14_EFB
#define MOTHERBOARD BOARD_MKS_GEN_L
#endif