Skip to content

grbl mega 5x cloned axes A and B axis have rotation #2623

Answered by breiler
attk3 asked this question in Help
Discussion options

You must be logged in to vote

UGS expects that the status report coordinates are reported in the format XYZABC:

<Idle|MPos:X,Y,Z,A,B,C>

I suspect that grbl-5x-mega is reporting the values like this which will not work in UGS.

<Idle|MPos:X1,Y1,Z,X2,Y2>

By enabling this option in the firmware configuration it should report cloned axes as one value:
https://github.com/fra589/grbl-Mega-5X/blob/edge/grbl/config.h#L102

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by breiler
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants