I have a messy HOME.
My HOME is at the back right side. Before it was at X0 Y0 - but with Pronterface the jog direction was wrong UP send Y to the front, LEFT send X right.
So I swapped X and Y direction:
#define INVERT_X_DIR true // was false
#define INVERT_Y_DIR true // was false
Not to have HOME now front left I also changed:
#define X_HOME_DIR 1 // was -1
#define Y_HOME_DIR 1 // was -1
Now it's homing correctly - but M114 gives me X415 Y415 instead of X0 Y0
A G0 X10 send X now to the other end.
How can I change that?
I am aware that after homing I can do G92 X0 Y0, from there X and Y move to Minus, so I wonder if that is the correct method.
My HOME is at the back right side. Before it was at X0 Y0 - but with Pronterface the jog direction was wrong UP send Y to the front, LEFT send X right.
So I swapped X and Y direction:
#define INVERT_X_DIR true // was false
#define INVERT_Y_DIR true // was false
Not to have HOME now front left I also changed:
#define X_HOME_DIR 1 // was -1
#define Y_HOME_DIR 1 // was -1
Now it's homing correctly - but M114 gives me X415 Y415 instead of X0 Y0
A G0 X10 send X now to the other end.
How can I change that?
I am aware that after homing I can do G92 X0 Y0, from there X and Y move to Minus, so I wonder if that is the correct method.