Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST10Controller: Unconditionally stop motor before starting new move #715

Open
alexdewar opened this issue Nov 19, 2024 · 0 comments
Open

Comments

@alexdewar
Copy link
Collaborator

The stepper motor controller has this interesting feature whereby every time you send a move command it enqueues it in a buffer, so you can tell it to move to point A then point B. We never use this feature, however: the frontend just sends a stop command immediately before it sends a move command. As with #704 though, this is really a case of letting the hardware implementation bleed into the frontend. We should do this in the backend instead and thereby simplify the interface.

The DummyStepperMotor class won't need changing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant