-
-
Notifications
You must be signed in to change notification settings - Fork 890
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
Fix tree support fake roof #1983
Fix tree support fake roof #1983
Conversation
…. Also added documentation for the custom_line_distance variable of SupportInfillPart
Co-authored-by: Casper Lamboo <[email protected]>
@ThomasRahm, thanks for the fix looks good/clean! Had one teeny tiny small remark. Any idea why the regression occurred? Why did this only become an issue since the 5.5/5.6 release? |
Based on what I could see 7c02094 was the commit where the regression was introduced. I do not know which versions included it. |
That commit was in order to deal with fractional layer heights throughout the code (in this case tree-support). It seems I didn't pay enough attention to the differences between the pieces of code I consolidated into 1 there. (Thanks Casper, doing this ticket saves me some work. We should probably also couple this back to internal ticket CURA-11368.) |
Description
Fixes Tree Support fake roof not working and having no changes in it's pattern with increasing branch density.
Type of change
How Has This Been Tested?
Before (fake roof not working):
After (fake roof working again):
Project File:
TestOverhang.zip
Test Configuration:
Checklist: