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.84k stars 806 forks source link

Fix Line sparse infill #5658

Closed kisslorand closed 3 months ago

kisslorand commented 3 months ago

Description

This PR fixes the "Line" sparse infill bug, it was lined up instead of interlaced.

Screenshots/Recordings/Graphs

Before:

Before

After:

After

Tests

Compiled and tested in Windows11.

What does it fix

Fixes #5655