eliminated an annoying constant that broke my cleanly layered abstractions

This commit is contained in:
Simen Svale Skogsrud
2011-01-14 16:56:44 +01:00
parent 49a16cb777
commit 0be21a9034
5 changed files with 60 additions and 48 deletions

View File

@ -107,6 +107,8 @@ void store_setting(int parameter, double value);
// Or bake your own like this adding any step-bits or directions you want to invert:
// #define STEPPING_INVERT_MASK (STEP_MASK | (1<<X_DIRECTION_BIT) | (1<<Y_DIRECTION_BIT))
// The temporal resolution of the acceleration management subsystem
#define ACCELERATION_TICKS_PER_SECOND 10
// Some useful constants
#define STEP_MASK ((1<<X_STEP_BIT)|(1<<Y_STEP_BIT)|(1<<Z_STEP_BIT)) // All step bits