-
Notifications
You must be signed in to change notification settings - Fork 533
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
Add POSPAT tests #1452
base: master
Are you sure you want to change the base?
Add POSPAT tests #1452
Conversation
@Harvie I think travis build with 2.7 is broken independently from this PR. |
Hello, Also it does not start:
|
Also there is already some similar change done by you merged in the past... Are you aware of this? 5abe8cb#diff-4857d30b496749a712eae2d5bc42b2b5f8473e34daed6fffb46515519ca30ff4 |
Also what do you think about changes proposed in #1525 ? |
This makes the 8th and 9th capture groups of the regex non-capture, i.e.:
The As there is no code currently using groups beyond the 4th one (apart from the tests here), this should not affect working code. |
For me it is important for code to match the following requirements:
So right now i am not sure which one of these two PRs will yield better results. |
This PR will not change any code. It's just tests for POSPAT. The other one allows 3-axis controllers to be used. They can be combined, though it might have to be done manually. |
I still don't fully understand the problem... 3-axis GRBL seems to work with current bCNC code...
Are there any benefits from doing so except for the tests? |
I mean it will not change how the program behaves. It's a test, code intended for developers, not users. (And if you mean POSPAT I've explained the change and why it shouldn't matter above)
GRBLv0? Not mine. Can you (or someone else) post an example status or position line? Is it reporting 6 axes perchance?
Seeing as how the whole point of this one is tests, no :) |
Oh i didn't noticed your PR is targeted to GRBLv0. In my opinion it is rather weird to use GRBLv0 nowadays, when v1 is already becoming obsolete... That just brings another question... Are you sure your modifications targeted to v0 will not break compatibility with v1 protocol? |
Maybe we should strictly separate patterns for individual GRBL versions, so we don't have to worry about this. |
No description provided.