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

Safe pattern transition in StrokeEngine mode #138

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. OSSM.Preflight.cpp: fix: waiting strepper is at home position

    task available for strokeEngine.transition state
    if speed is set at 0% before strepper is at home position
    task is not finished correctly and stepper is not in correct step
    
    Signed-off-by: benoit bobert <[email protected]>
    Ptibibi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7699d3a View commit details
    Browse the repository at this point in the history
  2. StrokenEngine: safe pattern transition

    Create strokeEngine.transition state
    Set Preflight before return in idle (safe stepper position)
    
    Signed-off-by: benoit bobert <[email protected]>
    Ptibibi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    10507b9 View commit details
    Browse the repository at this point in the history
  3. StrokeEngine integration: motion only in idle state

    add strokeEngine.transition state in available state
    motion stepper only in idle state
    steeper init position is set by homing function
    
    Signed-off-by: benoit bobert <[email protected]>
    Ptibibi committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1d88038 View commit details
    Browse the repository at this point in the history