Skip to content
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

Lightning infill occasionally fails to support internal bridge ends #12645

Open
2 tasks done
stoxx opened this issue Apr 24, 2024 · 2 comments
Open
2 tasks done

Lightning infill occasionally fails to support internal bridge ends #12645

stoxx opened this issue Apr 24, 2024 · 2 comments

Comments

@stoxx
Copy link

stoxx commented Apr 24, 2024

Description of the bug

When there is an intrusion into object from the top, infill is generally required in order to support the initial bridge that is the first layer of solid infill. This bridge layer knows to extend to next infill for end support, but sometimes one is not available and the bridge gives up.

See screenshot from attached project.
image

I didn't look into more details but the issue #10222 seems plausible that the related change/fix might be the reason bridge is not extended infinitely far to reach something to support it.

My opinion is that correct fix for issues with lightning infill not being good bridge support in some cases, is not to weaken the bridger, but improve the infill. In this case, lighning should be aware of the specific areas that it needs to cover fully - the ends of the bridge or something close enough outside it in the correct direction. I'm thinking it needs to know about each and every line of bridge infill, the directionality and range of freedom in placement of support. That way every piece of bridge would get both ends supported near enough, no matter how sparse the lightning is hoping to be.

Project file & How to reproduce

bugreport.zip

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

2.7.4-win64

Operating system

Windows 11 23H3 22631.3447

Printer model

Ender 3 S1 and other profiles

@stoxx
Copy link
Author

stoxx commented Apr 24, 2024

I'm thinking it needs to know about each and every line of bridge infill, the directionality and range of freedom in placement of support.

That might have been too much to ask. Perhaps it is enough for Lightning to know that it needs to support all around any intrusion that is too far away from outer walls. Or perhaps just do what it now does for ceilings, but with a wide buffer (long enough for the bridge to snap there).

@stoxx
Copy link
Author

stoxx commented Sep 29, 2024

2.8.1 apparently changed this somewhat, now there is a piece of internal infill instead of bridge. Not sure that is a good development.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant