-
Hello good day. I'm using UGS along with mega 2560, ramps 1.4, 5 drv8825, grbl mega 5x. I have a mpcnc that uses 2 motors on the X and Y axes, and I cloned the X axis in A and the Y axis in B. I leave the result of the Grbl commands $$ , $I $I $$ |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Here is a picture of the problem. Thanks. |
Beta Was this translation helpful? Give feedback.
-
UGS expects that the status report coordinates are reported in the format XYZABC:
I suspect that grbl-5x-mega is reporting the values like this which will not work in UGS.
By enabling this option in the firmware configuration it should report cloned axes as one value: |
Beta Was this translation helpful? Give feedback.
-
Excellent breiler, I did what you told me and it solved the problem. Thank you very much for your help! Have a nice day! |
Beta Was this translation helpful? Give feedback.
UGS expects that the status report coordinates are reported in the format XYZABC:
I suspect that grbl-5x-mega is reporting the values like this which will not work in UGS.
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