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

TinyG with ShuttleXpress: clear queue when zone=0 #731

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Sil3ntLight
Copy link

(Unsure if applies to firmwares other than TinyG / g2core, so only implemented for tinyg/g2core)

When jogging with shuttleXpress (any OS, browser or desktop, etc), it has a delay of 1-2 seconds when returning the wheel to center. This makes overshooting and crashing difficult to avoid.

TinyG and g2core require a feedhold command combined with a queue flush when done sending continuous jogging commands, as per:
https://github.com/synthetos/g2/wiki/Feedhold,-Resume,-and-Other-Simple-Commands#jogging-using-feedhold-and-queue-flush

This applies the same to TinyG and g2core both.
Note that the ! and % should not have a space between, otherwise it will only feedhold (this is intentional in g2core, as some gcode generators use % as a comment delimiter)

@Sil3ntLight Sil3ntLight marked this pull request as draft December 21, 2021 13:26
@TobyGWilliams
Copy link

This PR imports yarn but doesn't make use of it, suggest this is addressed.

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

Successfully merging this pull request may close these issues.

None yet

3 participants