-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Possible bridging or bridge detection regression #2636
Comments
Processing bridge at layer 46: BridgeDetector::detect_angle() sets angle to -1 which results in applying default infill angle for current layer. A little poking revealed that somehow BridgeDetector constructor support check reports missing bridge support. |
I fixed that regression. Thank you for reporting it :-) |
Okay, having seen the best angle calculation algorithm, the angles do not seem strange anymore, but the fact that they are not symmetric still does. Never mind though, I'll just play a little with detection method. |
Strange bridge region detection was encountered when trying to bridge the fins:
1.2.0 binary (bridges detected, but regions are too grown):
Current(right bridging region not detected at all, but accidentally the infill is more appropriate):
STL and config:
http://vserv.sinp.msu.ru/temp/bridge-detection-fail.tar.gz
There is also no way to force bridge detection completely off to work around the issue using this particular model, and "detect bridging perimeters" option also has no noticable effect.
Please note that both 1.2.0 and 1.2.7-dev versions are clearly faulty, but in different ways.
May be related to #2618, #2635 and #2646
The text was updated successfully, but these errors were encountered: