📝 Update Driver Type comments
This commit is contained in:
parent
99710b94d2
commit
ad4bc378b7
|
@ -177,17 +177,18 @@
|
||||||
//#define E7_DRIVER_TYPE A4988
|
//#define E7_DRIVER_TYPE A4988
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Axis codes for additional axes:
|
* Additional Axis Settings
|
||||||
* This defines the axis code that is used in G-code commands to
|
*
|
||||||
* reference a specific axis.
|
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
|
||||||
* 'A' for rotational axis parallel to X
|
* By convention the names and roles are typically:
|
||||||
* 'B' for rotational axis parallel to Y
|
* 'A' : Rotational axis parallel to X
|
||||||
* 'C' for rotational axis parallel to Z
|
* 'B' : Rotational axis parallel to Y
|
||||||
* 'U' for secondary linear axis parallel to X
|
* 'C' : Rotational axis parallel to Z
|
||||||
* 'V' for secondary linear axis parallel to Y
|
* 'U' : Secondary linear axis parallel to X
|
||||||
* 'W' for secondary linear axis parallel to Z
|
* 'V' : Secondary linear axis parallel to Y
|
||||||
* Regardless of the settings, firmware-internal axis IDs are
|
* 'W' : Secondary linear axis parallel to Z
|
||||||
* I (AXIS4), J (AXIS5), K (AXIS6).
|
*
|
||||||
|
* Regardless of these settings the axes are internally named I, J, K.
|
||||||
*/
|
*/
|
||||||
#ifdef I_DRIVER_TYPE
|
#ifdef I_DRIVER_TYPE
|
||||||
#define AXIS4_NAME 'A' // :['A', 'B', 'C', 'U', 'V', 'W']
|
#define AXIS4_NAME 'A' // :['A', 'B', 'C', 'U', 'V', 'W']
|
||||||
|
|
Loading…
Reference in a new issue