-
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
unideal bridge direction #2477
Comments
Ideally, Slic3r would automatically find the optimal solution :) |
Windows 7? |
I'm getting identical results in Win 7 and XUbuntu. |
Good test case. The current logic should actually suggest the other direction: Slic3r chooses the direction that has most coverage and shortest max line length - in this case both directions have equal coverage, so it shouldn't be choosing this one. However coverage of angle 0° results slightly greater because of the way it is computed. |
This was an excellent test case. I improved the bridge detection code and also applied one more algorithm to handle bridges covering pillars. A regression test was added to the test suite. |
version 1.2.4 64 bit
model:https://www.dropbox.com/s/qxprwbjgljlvx0k/lego.stl
As you can see, slic3r attempts to bridge lengthwise. Although this technically works, if the bridge direction was rotated 90 degrees, the length of the bridge would be much shorter.
Ideally, there should be an option to override bridge direction.
The text was updated successfully, but these errors were encountered: