We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Many headers use, for example:
#define M2_MOTOR_MAP AXIS_Y
This works, but is wrong - it should be AXIS_Y_EXTERNAL.
It matters once you get to A, B, C axes - AXIS_A is 6 (which is wrong), whereas AXIS_A_EXTERNAL is 3 (which is right).
The text was updated successfully, but these errors were encountered:
Thanks I will take a look at this. @benlaurie what are you working on these days?
Sorry, something went wrong.
ril3y
No branches or pull requests
Many headers use, for example:
#define M2_MOTOR_MAP AXIS_Y
This works, but is wrong - it should be AXIS_Y_EXTERNAL.
It matters once you get to A, B, C axes - AXIS_A is 6 (which is wrong), whereas AXIS_A_EXTERNAL is 3 (which is right).
The text was updated successfully, but these errors were encountered: