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

Fix for Resend death loop on high latency connection #24972

Closed
wants to merge 8 commits into from

Commits on Nov 10, 2022

  1. Adding Line Error Resend Control

    Initial commit with Line Error Resend control to tackle resend loops
    with host >> printer high latency allowing GCode in flight.
    eg, Octoprint>[wifi]>ESP3D>>Printer
    
    Existing Resend method, clears RX_Buffer, sends request
        Unable to clear consecutive N lines already release from Octoprint
        host(In-flight). Printer receives expecting requested line,
        triggering additional resend request. Printer eventually receives
        correct line, multiple times, triggering further resend requests
        for next line.
    silycr committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    4f992eb View commit details
    Browse the repository at this point in the history
  2. Fixed missing directive

    silycr committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ad882f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840e0ed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. misc. cleanup

    thinkyhead committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    b8ae984 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b3bb64 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. tweaks

    thinkyhead committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    cea1475 View commit details
    Browse the repository at this point in the history
  2. simplified solution

    thinkyhead committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    180e2ba View commit details
    Browse the repository at this point in the history
  3. *** CI TEST ONLY ***

    thinkyhead committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ac46b1e View commit details
    Browse the repository at this point in the history