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

Enhancment: Given #23, have menu entry to reset overrides to 100% #24

Open thawkins opened 4 years ago

thawkins commented 4 years ago

Allow overrides to be reset to 100% with a menu entry.

bdurbrow commented 4 years ago

I'll also add this. It will only be present when there is an override menu option available; and will only affect overrides that are menu-driven, not potentiometer driven.

thawkins commented 4 years ago

Noted, that sounds reasonable