fix some bug

This commit is contained in:
wjyLearn
2025-10-24 14:37:50 +08:00
parent 7878c0d2f4
commit 96cf7d2194
39 changed files with 31160 additions and 21903 deletions

3
.gitignore vendored
View File

@@ -30,4 +30,5 @@ SVG
.idea/
test.js
/.cache/
.clangd
.clangd
/src/slic3r/QIDI/

View File

@@ -1,7 +1,12 @@
if (IN_GIT_REPO)
set(CGAL_DIRECTORY_FLAG --directory ${BINARY_DIR_REL}/dep_CGAL-prefix/src/dep_CGAL)
endif ()
qidistudio_add_cmake_project(
CGAL
URL https://github.com/CGAL/cgal/archive/refs/tags/v5.4.zip
URL_HASH SHA256=d7605e0a5a5ca17da7547592f6f6e4a59430a0bc861948974254d0de43eab4c0
PATCH_COMMAND git apply ${CGAL_DIRECTORY_FLAG} --verbose --ignore-space-change --whitespace=fix ${CMAKE_CURRENT_LIST_DIR}/0001-clang19.patch
DEPENDS ${BOOST_PKG} dep_GMP dep_MPFR
)

View File

@@ -53,6 +53,7 @@ qidistudio_add_cmake_project(OpenCV
-DWITH_OPENJPEG=OFF
-DWITH_QUIRC=OFF
-DWITH_VTK=OFF
-DWITH_JPEG=OFF
-DWITH_WEBP=OFF
-DENABLE_PRECOMPILED_HEADERS=OFF
-DINSTALL_TESTS=OFF

View File

@@ -58,6 +58,7 @@ ExternalProject_Add(dep_OpenSSL
${_cross_comp_prefix_line}
no-shared
no-asm
no-tests
no-ssl3-method
no-dynamic-engine
BUILD_IN_SOURCE ON

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -17607,4 +17607,19 @@ msgid "Activate the multi-color box for multi-color printing with multiple filam
msgstr "Activeer de multicolor box voor meerkleurenprinten met meerdere filamenten."
msgid "The machine is not synchronized with the box, so the box cannot be activated."
msgstr "De machine is niet gesynchroniseerd met de box, daarom kan de box niet geactiveerd worden."
msgstr "De machine is niet gesynchroniseerd met de box, daarom kan de box niet geactiveerd worden."
msgid "Box Setting.."
msgstr "Boxinstelling.."
msgid "Set automatic leveling.."
msgstr "Automatisch nivelleren instellen.."
msgid "Set timelapse.."
msgstr "Timelapse instellen.."
msgid "Failed to set the bed leveling..."
msgstr "Nivellering bed mislukt..."
msgid "Failed to set the timelapse..."
msgstr "Timelapse instellen mislukt..."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.