Replace some constants with N_AXIS.
This commit is contained in:
@ -32,7 +32,7 @@ settings_t settings;
|
||||
|
||||
// Version 4 outdated settings record
|
||||
typedef struct {
|
||||
float steps_per_mm[3];
|
||||
float steps_per_mm[N_AXIS];
|
||||
uint8_t microsteps;
|
||||
uint8_t pulse_microseconds;
|
||||
float default_feed_rate;
|
||||
|
Reference in New Issue
Block a user