g2 icon indicating copy to clipboard operation
g2 copied to clipboard

Wrong enum used for axis configuration

Open benlaurie opened this issue 5 years ago • 1 comments

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).

benlaurie avatar Jan 01 '21 15:01 benlaurie

Thanks I will take a look at this. @benlaurie what are you working on these days?

ril3y avatar Feb 17 '23 15:02 ril3y