🔧 Skip unused axis names
This commit is contained in:
parent
d7287e7db8
commit
44249b1380
@ -78,13 +78,13 @@
|
|||||||
/**
|
/**
|
||||||
* Axis lengths and center
|
* Axis lengths and center
|
||||||
*/
|
*/
|
||||||
#ifndef AXIS4_NAME
|
#if HAS_I_AXIS && !defined(AXIS4_NAME)
|
||||||
#define AXIS4_NAME 'A'
|
#define AXIS4_NAME 'A'
|
||||||
#endif
|
#endif
|
||||||
#ifndef AXIS5_NAME
|
#if HAS_J_AXIS && !defined(AXIS5_NAME)
|
||||||
#define AXIS5_NAME 'B'
|
#define AXIS5_NAME 'B'
|
||||||
#endif
|
#endif
|
||||||
#ifndef AXIS6_NAME
|
#if HAS_K_AXIS && !defined(AXIS6_NAME)
|
||||||
#define AXIS6_NAME 'C'
|
#define AXIS6_NAME 'C'
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user