Replace some constants with N_AXIS.

This commit is contained in:
Alexander Danilov
2013-01-10 02:22:45 +04:00
parent 53286744d5
commit 7c6162b90a
6 changed files with 11 additions and 11 deletions

View File

@ -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;