Quantcast
Channel: Reprap Forum
Viewing all articles
Browse latest Browse all 39321

Y inverted setting (no replies)

$
0
0
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?

Viewing all articles
Browse latest Browse all 39321

Trending Articles