mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-06 01:54:53 -07:00
📝 Update AxisEnum notes
This commit is contained in:
parent
097fc30201
commit
0aded84207
1 changed files with 3 additions and 3 deletions
|
|
@ -350,9 +350,9 @@ typedef struct {
|
|||
//
|
||||
// Enumerated axis indices
|
||||
//
|
||||
// - X_AXIS, Y_AXIS, and Z_AXIS should be used for axes in Cartesian space
|
||||
// - A_AXIS, B_AXIS, and C_AXIS should be used for Steppers, corresponding to XYZ on Cartesians
|
||||
// - X_REAL, Y_REAL, and Z_REAL should be used for axes on Core kinematics
|
||||
// - X_REAL, Y_REAL, and Z_REAL should be used for axes in Cartesian space
|
||||
// - A_AXIS, B_AXIS, and C_AXIS should be used for Steppers
|
||||
// - X_AXIS, Y_AXIS, and Z_AXIS are now more generic interchangeble indexes
|
||||
//
|
||||
enum AxisEnum : uint8_t {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue