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

selftest: BUG 3480: Fix inconsistent failures on XL Fan Test #4026

Closed
wants to merge 2 commits into from
Closed

selftest: BUG 3480: Fix inconsistent failures on XL Fan Test #4026

wants to merge 2 commits into from

Conversation

deniolan
Copy link

@deniolan deniolan commented Jun 2, 2024

Increasing the max on the XL print fan speed. Several users pushing over 6799 RPM causing failure, me included. The print fan and heatbreak fan appear to be linked with an assertion which is unfortunate because I can certainly confirm that in my case the maximum on the print fan is insufficient and requires disassembly of the print shroud to pass which is inconvenient.

Because of the assertion, I only increased by 100 RPM - but there are reports in the wild, especially in high altitude situations, of the fans going over 7,000 RPM with the shroud in place.

The assertion appears to be in place so that the "fans switched" check works correctly... but this may need to further be updated to only raise a message if the reports are outside of a specific range where this is a sure conclusion - because the appropriate value for the print fan should probably be increased to 7k+ RPM to compensate for shroud and altitude which would certainly overlap the minimum for the heatbreak. Will perform some more testing to get some realistic values.

For now, I am just trying to correct this for a majority of users I have seen in the wild, who are only slightly exceeding the print fan maximum.

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

Successfully merging this pull request may close these issues.

1 participant