Merge pull request #177 from kliment/master
Wrong declaration for Variable min_time_before_dir_change
This commit is contained in:
commit
babd2a3e84
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ const int NUM_AXIS = 4; // The axis order in all axis related arrays is X, Y, Z,
|
||||||
//#define RAPID_OSCILLATION_REDUCTION
|
//#define RAPID_OSCILLATION_REDUCTION
|
||||||
|
|
||||||
#ifdef RAPID_OSCILLATION_REDUCTION
|
#ifdef RAPID_OSCILLATION_REDUCTION
|
||||||
long min_time_before_dir_change = 30; //milliseconds
|
const long min_time_before_dir_change = 30; //milliseconds
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------------------------
|
//-----------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue