Fix: Clarify error message during AFC calibration for filament issues #565
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major Changes in this PR
This pull request addresses a calibration issue in the AFC system and improves user feedback when filament fails to reach the hub sensor during calibration. The most important changes clarify the error message shown to users and document this fix in the changelog.
User feedback improvements
calibrate_lanewithinextras/AFC_BoxTurtle.pyto provide clearer guidance if the filament fails to reach the hub sensor during AFC calibration, including troubleshooting steps and suggestions for adjustingdist_hub.Documentation updates
CHANGELOG.mddescribing the clarified message for AFC calibration failures related to the filament not reaching the hub sensor.Notes to Code Reviewers
Closes #559
How the changes in this PR are tested
PR Checklist: (Checked-off items are either done or do not apply to this PR)
NOTE: GitHub Copilot may be used for automated code reviews, however as it is an automated system, it's suggestions
may not be correct. Please do not rely on it to catch all issues. Please review any suggestions it makes and use your
own judgement to determine if they are correct.