vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.54k stars 528 forks source link

fix grbl1 Feed and spindle logic updating status #1836

Closed rschell closed 1 year ago

rschell commented 1 year ago

Without these changes, GBRL1.py continue to increment/decrement Feed and Spindle override commands until the controller limit is reached, rather than stopping at the sellected override amount.

See issue #1835.

rschell commented 1 year ago

Changing $10 value from 187 to 251 resolved the issue as well.