Quote Originally Posted by DarkAlchemist View Post
Same issues after upgdating to the latest and I can tell you g29 makes the printer worthless. Move Z no issues but move X, or Y, after doing a G29 and they all move by the amount you tell it.

Well, I just started really digging into the code and it suddenly dawned on me that this is exactly how it should work.

What I did to verify was add plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data) at the end of G29 and that confirmed that the bed is now "leveled" and anytime you move Y or X Z is going to move as well (in the newer code not all axis moved when I manually did moved it).

So, thank you as being able to talk about this outloud and dig dig dig in the code solved an issue that it turns out was not really an issue.

So, for anyone else out there don't get alarmed, like I was, if you hit your movement buttons in Pronterface and they all seem to move.
Does this mean everything is behaving as it should now?