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 causes infintely long bridges due to extended infill #10222

Closed
2 tasks done
Ockenfuss opened this issue Apr 1, 2023 · 2 comments
Closed
2 tasks done

Comments

@Ockenfuss
Copy link

Description of the bug

Lightning infill can cause infinitely long bridges inside the model, when applied on top of another infill type.

This is likely due to the new extended sparse infill, introduced in PrusaSlicer2.6.0alpha5. According to the Alpha5 release notes, the new extended infill is not applied if Lightning infill is chosen, but obviously this rule breaks when we introduce a height range modifier with another infill type. As a result, the sparse infill lines are extended until they reach a regular infill line or the model wall, which can be located far away in case of lightning infill.

Project file & How to reproduce

Create a simple model with a depression in the middle, e.g. a cube with a smaller cube subtracted on top. Slice it with lightning infill, but apply another infill type (e.g. grid) at the bottom. Take a look at my "Box" project for an example.

Originally, I was trying to slice a landspace model with an open, gridded bottom and lightning on top. There, the issue appears even stronger.

MountainRelief_LightningBridgeExample.zip
Box_LighntingBridgeExample.zip

Box_Lighnting
Relief_Lightning

Checklist of files included above

  • Project file
  • Screenshot

Version of PrusaSlicer

PrusaSlicer-2.6.0-alpha6+linux-x64-GTK3

Operating system

Ubuntu 22.04.2 LTS

Printer model

Prusa MK3S

@Jan-Soustruznik
Copy link
Collaborator

Issue created SPE-1628

@kubispe1
Copy link
Collaborator

Changelog notes of PS 2.6.0-beta1:
Improved the algorithm so it does not generate extremely long bridges when the layer below is very sparse.
Thanks

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

No branches or pull requests

3 participants