Quote Originally Posted by Fri View Post
True, but I cannot home without Z_Safe, the probe would be outside the bed. I did it anyway and and did a G29. Same result, it is in the right position 190,175,1.65, but when hitting home x it moves right or away from the last position.
Oh! I started with my origin in the front left. That is where most people have it. But because the only place I could put a Z-Probe was on the front left, it was probing in negative space. What I did was move my origin to the back right. You do this by just changing this:

#define INVERT_X_DIR true //false // for prusa i3 set to false, x endstop should be on the left
#define INVERT_Y_DIR true //false // for prusa i3 set to false, y endstop should be in the back and opposite the y-motor
#define INVERT_Z_DIR false // for prusa i3 set to false, z endstop should be at the bottom