Skip to content

Commit ad4bc37

Browse files
committed
📝 Update Driver Type comments
1 parent 99710b9 commit ad4bc37

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

Marlin/Configuration.h

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -177,17 +177,18 @@
177177
//#define E7_DRIVER_TYPE A4988
178178

179179
/**
180-
* Axis codes for additional axes:
181-
* This defines the axis code that is used in G-code commands to
182-
* reference a specific axis.
183-
* 'A' for rotational axis parallel to X
184-
* 'B' for rotational axis parallel to Y
185-
* 'C' for rotational axis parallel to Z
186-
* 'U' for secondary linear axis parallel to X
187-
* 'V' for secondary linear axis parallel to Y
188-
* 'W' for secondary linear axis parallel to Z
189-
* Regardless of the settings, firmware-internal axis IDs are
190-
* I (AXIS4), J (AXIS5), K (AXIS6).
180+
* Additional Axis Settings
181+
*
182+
* AXISn_NAME defines the letter used to refer to the axis in (most) G-code commands.
183+
* By convention the names and roles are typically:
184+
* 'A' : Rotational axis parallel to X
185+
* 'B' : Rotational axis parallel to Y
186+
* 'C' : Rotational axis parallel to Z
187+
* 'U' : Secondary linear axis parallel to X
188+
* 'V' : Secondary linear axis parallel to Y
189+
* 'W' : Secondary linear axis parallel to Z
190+
*
191+
* Regardless of these settings the axes are internally named I, J, K.
191192
*/
192193
#ifdef I_DRIVER_TYPE
193194
#define AXIS4_NAME 'A' // :['A', 'B', 'C', 'U', 'V', 'W']

0 commit comments

Comments
 (0)