diff --git a/config.h b/config.h index c6027b9..d93b89c 100644 --- a/config.h +++ b/config.h @@ -23,9 +23,9 @@ #define VERSION "0.0" -#define X_STEPS_PER_MM 94.488188976378 -#define Y_STEPS_PER_MM 94.488188976378 -#define Z_STEPS_PER_MM 94.488188976378 +#define X_STEPS_PER_MM (94.488188976378*16) +#define Y_STEPS_PER_MM (94.488188976378*16) +#define Z_STEPS_PER_MM (94.488188976378*16) #define STEP_PULSE_MICROSECONDS 30 @@ -73,9 +73,11 @@ #define LIMIT_MASK ((1<