SoftFever / OrcaSlicer

G-code generator for 3D printers (Bambu, Prusa, Voron, VzBot, RatRig, Creality, etc.)
https://discord.gg/P4VE9UY9gJ
GNU Affero General Public License v3.0
6.44k stars 750 forks source link

Solid infill line in the air affects bridging #6017

Open vovodroid opened 1 month ago

vovodroid commented 1 month ago

Is there an existing issue for this problem?

OrcaSlicer Version

2.1.1

Operating System (OS)

Windows

OS Version

Win10x64

Additional system information

No response

Printer

Custom

How to reproduce

Slice attached project (two walls, no infill)

Actual results

For whatever reason solid infill line is added to the wall:

image

And bridge on the next layer fails to connect to the same wall:

image

The same happens in Prusa and Bamboo.

Expected results

Bridge is attached to wall itself.

Project file & Debug log uploads

Shape-Box-orca.zip

Checklist of files to include

Anything else?

No response

Ataraxia-Mechanica commented 1 month ago

relevant: https://github.com/SoftFever/OrcaSlicer/issues/5639

vovodroid commented 1 month ago

Probably, but I don't understand why put this line. Regular bridge to wall connection works good.

Ataraxia-Mechanica commented 1 month ago

On my machine with this line the bridge can be printed at a higher speed, otherwise it would fail to connect and just fall down, unless printed much slower.

vovodroid commented 1 month ago

Probably it allows faster bridging on some cases, but in other it causes bridging to fail completely

Ataraxia-Mechanica commented 1 month ago

Since you are using 0.6 nozzles, can you try disabling thick internal bridges? Might be related since it makes bridges as high as the nozzle width, then the solid infill might collide with the bridge instead of helping it

image

vovodroid commented 1 month ago

Project attached to bug is just example. Real model was printed with thick bridges off

image

Ataraxia-Mechanica commented 1 month ago

Might not be related to my problem of #5639 after all, since my problem is the solid infill itself not sticking and yours is solid infill preventing bridges from sticking. Also your bridging speed might just be too high for 0.6 nozzles? In the example you posted the speed was 45mm/s and cooling might not be strong enough.

vovodroid commented 1 month ago

my problem is the solid infill itself not sticking and yours is solid infill preventing bridges from sticking.

Actually the first causes the later. I just saw failed bridge.

Ataraxia-Mechanica commented 1 month ago

lol, writing a new issue right now suggesting a new feature that would also fix it not sticking, soon™