From 551b4ed274c5801ac501575bb00f081c5fb9b7b3 Mon Sep 17 00:00:00 2001 From: Simen Svale Skogsrud Date: Sat, 27 Feb 2010 21:01:35 +0100 Subject: [PATCH] fixed a problem with the direction-pins --- config.h | 10 ++++++---- stepper.c | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) 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<