makes sure steppers cruise at exactly nominal rate to eliminate rounding errors. Possibly fixes the problem where some moves have a long tail of slow steps. (Untested)
This commit is contained in:
parent
d96e48cecf
commit
ef61efbf70
2 changed files with 9 additions and 2 deletions
|
|
@ -18,6 +18,8 @@
|
|||
along with Grbl. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* The ring buffer implementation gleaned from the wiring_serial library by David A. Mellis. */
|
||||
|
||||
/*
|
||||
Reasoning behind the mathematics in this module (in the key of 'Mathematica'):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue