Converts a work position (U, V) to a motor position for a specified axis.
Assumes the positions are in the same units as set in the system settings.
to_motor_uv(u, v, axis)
// Convert a work position (50, 25) to a motor position for axis 0 to_motor_uv(50, 25, 0); // Convert a work position (75, 10) to a motor position for axis 3 to_motor_uv(75, 10, 3);