Files
OrcaSlicer/src
Noisyfox be5bc632ad Fixed Clipper library (our own fork of it) when working with Z coordinate (#7180)
Fixed Clipper library (our own fork of it) when working with Z coordinate:
The Eigen vector type compares all components, while the ClipperLib
own IntPoint type compared x and y only.
Fixed by overriding the ==/!= operators to compare just x and y components
for Eigen types.

Cherry-picked from prusa3d/PrusaSlicer@0202eec4b7

Co-authored-by: Vojtech Bubnik <bubnikv@gmail.com>
2024-10-24 22:26:40 +08:00
..
2024-09-07 18:16:50 +08:00
2023-12-23 17:44:09 +08:00
2024-03-17 17:33:31 +08:00
2023-08-09 13:42:41 +08:00
2024-10-07 18:10:14 +08:00