mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
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>