mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 06:04:01 -06:00
Fix of previous commit: Mixed up ClipperLib::pftPositive and pftNonZero
This commit is contained in:
parent
73e0099c55
commit
9aa520baf3
5 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ enum class IroningType {
|
|||
|
||||
enum class SlicingMode
|
||||
{
|
||||
// Regular, applying ClipperLib::pftPositive rule when creating ExPolygons.
|
||||
// Regular, applying ClipperLib::pftNonZero rule when creating ExPolygons.
|
||||
Regular,
|
||||
// Compatible with 3DLabPrint models, applying ClipperLib::pftEvenOdd rule when creating ExPolygons.
|
||||
EvenOdd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue