You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Degrees of rotation seems to scale x axis value which makes centring fail.
ie, when degrees of rotation is 900 then full x axis travel is -32768 to 32767 but when degrees of rotation is 300 min max travel is the same meaning 1 unit of travel is now 3 times further.
Need to read what the driver has set degrees of rotation to and then scale accordingly.
Work around for now is that degrees of rotation is left at maximum 900
The text was updated successfully, but these errors were encountered:
Degrees of rotation seems to scale x axis value which makes centring fail.
ie, when degrees of rotation is 900 then full x axis travel is -32768 to 32767 but when degrees of rotation is 300 min max travel is the same meaning 1 unit of travel is now 3 times further.
Need to read what the driver has set degrees of rotation to and then scale accordingly.
Work around for now is that degrees of rotation is left at maximum 900
The text was updated successfully, but these errors were encountered: