Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Homing state bug #790

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed Homing state bug #790

wants to merge 1 commit into from

Commits on Jan 7, 2020

  1. Fixed Homing state bug

    Fixed an issue where grbl's state machine gets corrupted.  For example, if "$H0abc" is sent, existing grbl sets sys.state=STATE_HOMING, but then bails out without actually homing.  Subsequent "$H" commands are then not executed, because grbl isn't idle (it still thinks it's homing).
    JTS committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    1fa5c5c View commit details
    Browse the repository at this point in the history