🧑💻 Add AXIS_COLLISION to catch broken parameters
\
This commit is contained in:
committed by
Scott Lahteine
parent
99c237e05e
commit
5d7328df46
@ -64,6 +64,8 @@ struct IF<true, L, R> { typedef L type; };
|
||||
#define GANG_ITEM_E(N)
|
||||
#endif
|
||||
|
||||
#define AXIS_COLLISION(L) (AXIS4_NAME == L || AXIS5_NAME == L || AXIS6_NAME == L)
|
||||
|
||||
//
|
||||
// Enumerated axis indices
|
||||
//
|
||||
|
Reference in New Issue
Block a user