supermerill / SuperSlicer

G-code generator for 3D printers (Prusa, Voron, Creality, etc.)
4.03k stars 516 forks source link

Floating Skirt (Sequential Printing, Supports) #4300

Open Dobarekk opened 3 weeks ago

Dobarekk commented 3 weeks ago

What happened?

If I slice my models with sequential printing enabled and using "Supports Everywhere", it produces 2 Skirts. One on Layer 1 as expected and one on Layer 8. This only happens when both sequential printing and Supports everywhere is enabled. If either of the options aren't enabled (even only support on buildplate), this doesn't happen.

Project file & How to reproduce

Version

2.5.59.9

Operating system

Windows 11

Printer model

Voron 2.4 with Afterburner (Mostly default Profile)

supermerill commented 3 weeks ago

It tried to put the skirt also on the first support layer, and when this one isn't on the bed... double skirt. fixed. In the meantime, you may have to use the "allow only one skirt loop" complete_objects_one_skirt

Dobarekk commented 2 weeks ago

Thank you very much for both the fix and the workaround. People like you is what makes this community is so great. I love your work, keep it up <3