|
@@ -52,8 +52,8 @@ volatile static unsigned long step_events_completed; // The number of step event
|
52
|
52
|
#ifdef ADVANCE
|
53
|
53
|
static long advance_rate, advance, final_advance = 0;
|
54
|
54
|
static long old_advance = 0;
|
|
55
|
+ static long e_steps[3];
|
55
|
56
|
#endif
|
56
|
|
-static long e_steps[3];
|
57
|
57
|
static long acceleration_time, deceleration_time;
|
58
|
58
|
//static unsigned long accelerate_until, decelerate_after, acceleration_rate, initial_rate, final_rate, nominal_rate;
|
59
|
59
|
static unsigned short acc_step_rate; // needed for deccelaration start point
|