configurations and adjustments to protocol
This commit is contained in:
parent
356517c6f2
commit
2bd984a734
7 changed files with 21 additions and 17 deletions
6
config.h
6
config.h
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue