Fix of previous commit: Mixed up ClipperLib::pftPositive and pftNonZero
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user