-
-
Notifications
You must be signed in to change notification settings - Fork 939
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve ExtrusionLine::simplify, eliminating many very-short extrusio…
…n segments which led to blemishes in thin-wall models sliced with Arachne - Take 2 (#3750) * Improve toolpath simplification to avoid blemishes when using Arachne on thin walls. * Avoid reducing closed perimeters below 3 points. Downstream code contains assumptions that closed ExtrusionLines are not degenerate. Open ExtrusionLines already are not reduced below 2 points by ExtrusionLine::simplify(). --------- Co-authored-by: SoftFever <[email protected]>
- Loading branch information
Showing
1 changed file
with
40 additions
and
23 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