Thanks, below is what I tried and I get it to do just that, problem is that I need a safe home for the prob to be on the bed.



{
HOMEAXIS(X);
HOMEAXIS(Y);
HOMEAXIS(Z);

plan_bed_level_matrix.set_to_identity(); //Reset the plane ("erase" all leveling data)
st_synchronize();
}