Open AlanFord opened 7 years ago
In file stepper.c, after the comment // Initialize Bresenham line and distance counters
the last big commit added
st.counter_a = st.counter_x;
Should there be comparable statements for B and C axes?
Initial fix in commit d9ec7910445c52e11f9dc7241bfdf2ec51c6238e
In file stepper.c, after the comment // Initialize Bresenham line and distance counters
the last big commit added
ifdef A_AXIS
endif
Should there be comparable statements for B and C axes?