Skip to content
Snippets Groups Projects
Commit c241da32 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

stepper.h parity with 1.1.x

parent 3af988a7
Branches
Tags
No related merge requests found
......@@ -112,10 +112,10 @@ class Stepper {
#endif // LIN_ADVANCE
static long acceleration_time, deceleration_time;
//unsigned long accelerate_until, decelerate_after, acceleration_rate, initial_rate, final_rate, nominal_rate;
static hal_timer_t acc_step_rate; // needed for deceleration start point
static uint8_t step_loops, step_loops_nominal;
static hal_timer_t OCR1A_nominal;
static hal_timer_t OCR1A_nominal,
acc_step_rate; // needed for deceleration start point
static volatile long endstops_trigsteps[XYZ];
static volatile long endstops_stepsTotal, endstops_stepsDone;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment