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

Boolean logic error in LayerPlan::computeCombBoundary #1879

Merged
merged 5 commits into from
Aug 22, 2023

Conversation

thecampbells384
Copy link
Contributor

@thecampbells384 thecampbells384 commented May 5, 2023

is infill OR anti_overhang, not if mesh is
infill AND anti_overhang.

Description

Previously the comb boundary was not calculated if the mesh was both an infill_mesh AND an anti_overhang_mesh.
I'm quite sure that it was intended for this to in fact be if the mesh was either an infill_mesh OR an anti_overhang mesh.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

I have ran cura with the relevant changes and seen no untoward effects. To be fair, I had not seen any untoward effects before the changes either.

Test Configuration:

  • Operating System: Linux

Checklist:

  • My code follows the style guidelines of this project as described in UltiMaker Meta
  • I have read the Contribution guide
  • I have commented my code, particularly in hard-to-understand areas
  • I have uploaded any files required to test this change

is infill OR anti_overhang, not if mesh is
infill AND anti_overhang.
@github-actions github-actions bot added the PR: Community Contribution 👑 Community Contribution PR's label May 5, 2023
@rburema rburema self-assigned this Aug 22, 2023
@rburema rburema merged commit 8630a4d into Ultimaker:main Aug 22, 2023
9 of 10 checks passed
@rburema
Copy link
Member

rburema commented Aug 22, 2023

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Community Contribution 👑 Community Contribution PR's
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants