Hello to All !!!
Studied library for mach3 and came across a function HomeOn(int axis, int dir) , tried to use it but when you compile error is pointing to the wrong argument to an int dir. How correctly you can specify the direction of movement in this function?
i write this:
//axis 0-Xaxis, 1-Yaxis, 2-Zaxis, 3-Aaxis
//HomeOn(int axis, int dir)
TrajectoryControl->HomeOn(axis,


);
TrajectoryControl->GoHome;