configurations and adjustments to protocol

This commit is contained in:
Simen Svale Skogsrud
2009-02-15 12:56:07 +01:00
parent 356517c6f2
commit 2bd984a734
7 changed files with 21 additions and 17 deletions

View File

@ -23,9 +23,9 @@
#define VERSION "0.0"
#define X_STEPS_PER_MM 10.0
#define Y_STEPS_PER_MM 10.0
#define Z_STEPS_PER_MM 10.0
#define X_STEPS_PER_MM 1.0
#define Y_STEPS_PER_MM 1.0
#define Z_STEPS_PER_MM 1.0
#define INCHES_PER_MM 25.4
#define X_STEPS_PER_INCH X_STEPS_PER_MM*INCHES_PER_MM