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

Fix 1103: Make M114 "Count" detection more specific #1104

Merged
merged 1 commit into from
Sep 6, 2020

Conversation

duk3luk3
Copy link
Contributor

@duk3luk3 duk3luk3 commented Sep 6, 2020

Any line containing "Count" is being detected as M114 output, so for
example any string containing the word "Counter-Clockwise" gets
swallowed.

By changing the test to " Count " this should be improved.

Fixes #1103

Any line containing "Count" is being detected as M114 output, so for
example any string containing the word "Counter-Clockwise" gets
swallowed.

By changing the test to ``" Count "`` this should be improved.

Fixes kliment#1103
@kliment
Copy link
Owner

kliment commented Sep 6, 2020

Thanks for your contribution!

@kliment kliment merged commit 160db07 into kliment:master Sep 6, 2020
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.

Very weird partial missing output when running G35
2 participants