Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 2831

My HOME is messy! (4 replies)

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

Viewing all articles
Browse latest Browse all 2831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>