-
-
Notifications
You must be signed in to change notification settings - Fork 939
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
Wrong bridge detection result #4651
Conversation
Hm that bug is surprising. Have not seen this happen in the past few months with this change active. I’ll test again with the model file from the original issue and also validate that the bridging expansion is still ok. thank you 🙏🏻 |
Ps. I’ve also noticed in the latest prusa alpha that there are changes to how bridge infill expansion is handled. Haven’t noticed that bug either with orca but maybe something to keep in mind for the future: prusa3d/PrusaSlicer@b133579 |
yeah, Orca has optimized for bridge. |
This reverts commit f626e4d.
I've tested with more cases. |
anyway, I will revert this PR first |
I agree |
This reverts commit f626e4d.
I have a hunch that it's probably just because the original algo failed to consider the cases that internal bridge and top surface can be on same layer. |
Fixed a bug that top surface was mistaken as bridge.
To produce this bug, just set thick top shell layer when slicing Orca cube
Fixes #4648
@igiannakas
I reverted this part of the change. I tested the case you mentioned, it seems fine too
#3285 (comment)