Skip to content

firmware: check and send position updates every 5ms, not 10ms #211

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ianohara
Copy link
Collaborator

@ianohara ianohara commented May 6, 2025

Before:
Z step = 0.001 --> 41 ms per move
Z step = -0.001 --> 127 ms per move

After:
Z step = 0.001 --> 37 ms per move
Z step = -0.001 --> 112 ms per move

This one is a freebie, but I haven't looked into whether or not doubling the frequency of position checks and updates can cause actual issues. Our packets are so small that I sorta doubt it, but I haven't actually investigated. So there's some risk to just going for it with this one.

Tested by: using the tools/stage_timing.py script.

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

Successfully merging this pull request may close these issues.

1 participant