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

CURA-12023 Fix ghost prime tower #2115

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Conversation

wawanbreton
Copy link
Contributor

Restore the check to used extruders to create prime tower: this check was removed while working on the smaller prime tower, to rely only on the max_print_height_second_to_last_extruder variable. However, this one can be miscalculated in some conditions because it is done very early. We then use storage.getExtrudersUsed() again to check the actual extruders use.
This may leave some edge cases where a ghost prime tower could appear, but they should now be very limited.

CURA-12026

This check was removed while working on the smaller prime tower, to rely
only on the max_print_height_second_to_last_extruder variable. However,
this one can be miscalculated in some conditions because it is done very
early. We then use storage.getExtrudersUsed() again to check the actual
extruders use.
This may leave some edge cases where a ghost prime tower could appear,
but they should now be very limited.

CURA-12026
@rburema rburema changed the base branch from main to 5.8 July 9, 2024 09:27
@HellAholic HellAholic merged commit cf9ccbf into 5.8 Jul 9, 2024
28 checks passed
@HellAholic HellAholic deleted the CURA-12026_ghost_prime_tower branch July 9, 2024 12:25
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.

3 participants