bdurbrow / 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
MIT License
35 stars 8 forks source link

Enhancement, show effective feedrate and spindle #17

Closed thawkins closed 4 years ago

thawkins commented 4 years ago

2nd page of the status monitor shows the F (feedrate) and S (spindle speed) values, but these dont show the acfual values after overrides, perhaps put the actual value with a dash to seperate it so tbe effective rate can be seen.

bdurbrow commented 4 years ago

There isn't enough room on page 2; but there is on page 3 if I adjust how the values are displayed. Note that I'd like to keep the display format compatible with processors that have higher step rates (and thusly higher maximum expected feed rates) such as the ARM version that @chamnit is working on.

bdurbrow commented 4 years ago

Now that I think about it; it would be nice to have the actual axis speed along with the actual spindle speed displayed together on a single page of the status display. If the laser-mode-active output is disabled; that pin could also be used to read an analog current sensor to display the spindle load on that status page as well.

bdurbrow commented 4 years ago

Closing this issue now because the requested functionality was included in the October 2019 update.