Hey everyone, been printing for a few months now, and my latest print showed that my y is inverted, or my x is depending on how you look at it.
I went into Marlin firmware that I have installed and saw two possibilities:
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
OR
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
I am assuming it is the first one, but just want to confirm. If so, I think all I have to do is switch one of X or Y, and then move my respective endsotp to the other side from where it is now, is this correct?
I went into Marlin firmware that I have installed and saw two possibilities:
#define INVERT_X_DIR true // for Mendel set to false, for Orca set to true
#define INVERT_Y_DIR false // for Mendel set to true, for Orca set to false
OR
#define X_HOME_DIR -1
#define Y_HOME_DIR -1
I am assuming it is the first one, but just want to confirm. If so, I think all I have to do is switch one of X or Y, and then move my respective endsotp to the other side from where it is now, is this correct?