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

352 bug some alarms are not being printed #353

Merged
merged 10 commits into from
Jan 11, 2023

Commits on Jan 8, 2023

  1. Configuration menu
    Copy the full SHA
    e3e35b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. redesigned internal machine states

    - redesigned internal machine states
    - fixed multi drive axis compilation error
    - added limit alarm with no motion
    - replaced halt state by not homed
    - added limits state
    - high priority alarms now require user reset
    Paciente8159 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3a28d51 View commit details
    Browse the repository at this point in the history
  2. redesigned internal machine states

    - fixed negative alarm state messages
    Paciente8159 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    38d245d View commit details
    Browse the repository at this point in the history
  3. redesigned internal machine states

    - prevent reset loop while emergency stop is pressed
    Paciente8159 committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    eb4a2a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. fixed probing motion

    - state clear function for not homed status
    - probing motion fixed to clear not homed after initial probe contact via unlock command
    Paciente8159 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    6a5d33f View commit details
    Browse the repository at this point in the history
  2. modified SAFETY_DOOR code

    - removed safety door code if safety pin undefined (like stated in Grbl)
    Paciente8159 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f9861b0 View commit details
    Browse the repository at this point in the history
  3. fixed JOG stop after DOOR

    - modified interlocking to terminate JOG motion after DOOR is opened
    - homing now possible with hard limits disabled
    - with hard limits disabled endstop can be triggered in run mode
    Paciente8159 committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    9a0f745 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    656f60d View commit details
    Browse the repository at this point in the history
  2. Update mcu_virtual.c

    Paciente8159 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    52c2f53 View commit details
    Browse the repository at this point in the history
  3. fixed parser state print and unlock parser reset

    - unlock command only reset parser stopping group (preserves the parser state)
    - removed duplicated itp run condition check
    - fixed parser modal states active protocol print that added the group 0 mantissa to other groups as well
    Paciente8159 committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    8ee286a View commit details
    Browse the repository at this point in the history