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-11084] Add missing 'perform_prime' member-variable. #13

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

rburema
Copy link
Member

@rburema rburema commented Sep 26, 2023

This caused that variable to always be (re)set to false, even when no plugin was present, due to the 'identity' conversion taking place. (Maybe we should stop that in general, since that implies that we copy the data even when no plugin is present.) In any case, even if it wouldn't have caused this particular bug, it's an oversight that should be fixed anyway.

See also: Ultimaker/CuraEngine#1960

This caused that variable to always be (re)set to false, even when no plugin was present, due to the 'identity' conversion taking place. (Maybe we should stop that in general, since that implies that we copy the data even when no plugin is present.) In any case, even if it wouldn't have caused this particular bug, it's an oversight that should be fixed anyway.

should fix CURA-11084
@casperlamboo casperlamboo merged commit c509181 into main Sep 26, 2023
6 checks passed
@casperlamboo casperlamboo deleted the CURA-11084_fix_missing_prime branch September 26, 2023 20:41
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.

2 participants