AlanFord / grbl-Mega

An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on an Arduino Mega2560
https://github.com/gnea/grbl/wiki
Other
0 stars 0 forks source link

May need B and C axes fix #2

Open AlanFord opened 7 years ago

AlanFord commented 7 years ago

In file stepper.c, after the comment // Initialize Bresenham line and distance counters

the last big commit added

ifdef A_AXIS

    st.counter_a = st.counter_x;

endif

Should there be comparable statements for B and C axes?

AlanFord commented 7 years ago

Initial fix in commit d9ec7910445c52e11f9dc7241bfdf2ec51c6238e