Ultimaker / CuraEngine

Powerful, fast and robust engine for converting 3D models into g-code instructions for 3D printers. It is part of the larger open source project Cura.
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
1.7k stars 886 forks source link

CURA-12207 Infill line printed multiple times with extra lines #2150

Closed wawanbreton closed 1 month ago

wawanbreton commented 1 month ago

When adding a support segment betweem two infill segments, the previous strategy was to split the two crossed segments and join them betweem each other, twice, actually printing the joined section twice. Although this is very efficient in terms of routing, having a segment printed twice is sometimes an issue when there is actually some material under the segment. The new strategy is to create multiple separate paths, which should create more travel noves but no more segment duplication.

CURA-12207