Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Stepper Motor Disable #890
    jamesr
    Participant

    I had the same issue, looked at the code and found that the service that checks for the timeout is not being called.

    Follow these steps:
    open MotionHelper.cpp
    find the MotionHelper::service() section, line 422 when did it
    add this at the end

    // Check for motor timeout
    _motorEnabler.service();

    Then it will work a charm. Good luck

Viewing 1 post (of 1 total)