|
177 | 177 | //#define E7_DRIVER_TYPE A4988
|
178 | 178 |
|
179 | 179 | /**
|
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. |
191 | 192 | */
|
192 | 193 | #ifdef I_DRIVER_TYPE
|
193 | 194 | #define AXIS4_NAME 'A' // :['A', 'B', 'C', 'U', 'V', 'W']
|
|
0 commit comments