Converts a motor position to a work position.
Assumes the positions are in the same units as set in the system settings.
to_work(position, axis)
Convert a motor position of 200 on axis 0 to a work position
to_work(200, 0);
Convert a motor position of 75 on axis 2 to a work position
to_work(75, 2);