-
-
Notifications
You must be signed in to change notification settings - Fork 890
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change extra infill lines splitting strategy
CURA-12207 The previous strategy was to split the two crossed segments and join them betweem each other, printing the joined section twice. Although this is very efficient in terms of path, 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 nove but no more segment duplication.
- Loading branch information
1 parent
ca5adba
commit 0e6e6a3
Showing
1 changed file
with
48 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters