-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Bridge bug. #11633
Comments
Having trouble with ugly bridges in prints I went back to basics and I troubleshooted and ended up with what looks to be same issue as this thread. One Layer Bridge. simple model to reproduce attached (need to rotate upside down, for 0.2mm layer height - one object has 0.2mm bridge, the other 0.3mm bridge) Checked a ton of settings in prusaslicer but none of them makes the bridge infill overlap anywhere. Same in prusaslicer 2.7.1, 2.7.0 and older ones (e.g. 2.6.0 tested as well). |
Fixed in PrusaSlicer 2.7.3-alpha1. Closing. |
Description of the bug
There is a rather serious bug currently present in Prusa Slicer that causes failed bridges on thin models. I’ve seen a lot of issues posted about bridges failing without listing the cause of failure.
Here is the preview of how Prusa Slicer would slice a thin model out of the box:
There is no anchorage for the bridge to grab on to so what will happen is something like this:
This is default behavior. The cause of this is the extra added perimeters (3 by default). For some reason extra perimeters give themselves the priority over bridge anchorage. I don’t think this is desired behavior since it causes failed prints. Same happens with top infill if the bridge is on the very top layer. Top infill gives itself priority over bridge anchorage. Although more rare it is still not a desired effect. It also does not have a workaround like reducing extra perimeters for thin models with bridges. The workaround works sometimes if it is possible to reduce the perimeters like so:
Project file & How to reproduce
BRIDGE_-_One-layer_bridging_test.zip
Checklist of files included above
Version of PrusaSlicer
2.6.1. GTK 3
Operating system
Linux Kubuntu 22.04
Printer model
modified ender 3
The text was updated successfully, but these errors were encountered: