Skip to content

Problems with the axes Configuration XZBC #356

Answered by fra589
GrblGru asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @GrblGru,

In the config.h extract that you put, I still see the definition #define AXIS_3_NAME 'Y'.
Then, with #define N_AXIS 4, the elements: #define AXIS_5 4 and #define AXIS_5_NAME 'C' are not taken into account.

Finaly, for your need, you must have:

#define AXIS_1_NAME 'X'
(...)
#define AXIS_2_NAME 'Z'
(...)
#define AXIS_3_NAME 'B'
(...)
#define AXIS_4_NAME 'C'
(...)
#define AXIS_NAME_SORT_ORDER {'X', 'Z', 'B', 'C'}

@++;
Gauthier.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GrblGru
Comment options

Answer selected by GrblGru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants