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
{{ message }}
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
BTW, there is this issue about the user and dial limits: #159. I'm not sure if what we wrote at that time is actually right. It would be good if you could comment there on the relations between the dial and user limits, as well as about the re-calculation of the limits whenever the position-related attributes (step_per_unit, offset, and sign) change.
Many thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
currently the naming of the macros for setting the positions and limits for motors are not consistent and might have some historic links to SPEC.
positon:
set_pos
andset_user_pos
limits:
set_lm
andset_lim
I would suggest to introduce the following aliases:
set_dial_lim
-->set_lm
set_user_lim
-->set_lim
set_dial_pos
-->set_pos
set_user_pos
is okaylet me know what you think
The text was updated successfully, but these errors were encountered: