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
MultiDriver does not work well, the movements take longer than they would separately. Could be just a timing overhead issue, but it happens at very slow rpm too.
example
board: Feather M0, rpm=10, microsteps=32
both axis: 30s
single axis: 15s (so the combined move should have been 15s)
The text was updated successfully, but these errors were encountered:
The problem is the use of "static" where instance variables were needed, which causes call-to-call timing info kept in nextAction() to leak across multiple driver instances.
MultiDriver does not work well, the movements take longer than they would separately. Could be just a timing overhead issue, but it happens at very slow rpm too.
example
board: Feather M0, rpm=10, microsteps=32
both axis: 30s
single axis: 15s (so the combined move should have been 15s)
The text was updated successfully, but these errors were encountered: