mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 10:16:50 +00:00
Re-include BBS's Clipperutils2 (#11415)
* Clipper2 from BBS * Fix * Clipper2 Update: 1.5.2 -> 2.1.5.4 * Replace Clipper2Lib::Area calls with Clipper2LibArea Updated area calculation calls to use Clipper2LibArea<T> instead of Clipper2Lib::Area<T> in multiple locations. This change likely reflects a refactor or renaming of the area calculation function. * Revert "Replace Clipper2Lib::Area calls with Clipper2LibArea" This reverts commit c92a9a1522e8d7b0f1f8557d4c752a8b8c8fc279. * Revert "Clipper2 Update: 1.5.2 -> 2.1.5.4" This reverts commit a745894bdc9cda4ce4d19e0705d214b78091acad. * Update project version
This commit is contained in:
@@ -6,6 +6,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
|
||||
# Include dev-utils for encoding check and other utilities
|
||||
add_subdirectory(dev-utils)
|
||||
# Clipper2 math utils
|
||||
add_subdirectory(clipper2)
|
||||
# add_subdirectory(avrdude)
|
||||
# Note: semver and hints are now included from deps_src/CMakeLists.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user