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

Automatic diagnosis upon repeat failures #216

Open
smartin015 opened this issue Mar 8, 2023 · 0 comments
Open

Automatic diagnosis upon repeat failures #216

smartin015 opened this issue Mar 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@smartin015
Copy link
Owner

Is your feature request related to a problem? Please describe.

Currently, behavior on retryable error detection is:

  1. Restart current print
  2. Restart current print
  3. Restart current print
  4. Bail out and stop the queue

This is pretty crude, and could be improved.

Describe the solution you'd like

Perform an automated "test print" if a single print has failed many times, to diagnose whether the failure lies with the print (e.g. bad orientation) or the printer (e.g. bed isn't sticky enough). It could alternatively wait until two prints in a row have retried and failed, to prevent excessive test prints.

This would allow bad print files to be set aside and the printer to continue without needing a human to decide whether to keep printing.

Additional context
#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant