Replace some constants with N_AXIS.
This commit is contained in:
parent
53286744d5
commit
7c6162b90a
6 changed files with 11 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue