-
-
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.
Replace 'Polygons' with 'Shape' for 'disallowed_area_for_seams'
The type of 'disallowed_area_for_seams' has been changed from 'Polygons' to 'Shape' in PathOrderOptimizer.h, FffGcodeWriter.cpp, InsetOrderOptimizer.cpp, and InsetOrderOptimizer.h. The change was made to increase code readability and maintainability. Also, the usage of 'disallowed_area_for_seams' has been adjusted accordingly in the respective files. Contribute to CURA-9830
- Loading branch information
1 parent
d4f04e5
commit 53cd4b0
Showing
4 changed files
with
7 additions
and
7 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
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
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
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