mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-01-30 16:38:41 +03:00
fix some bug
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -31,3 +31,4 @@ SVG
|
||||
test.js
|
||||
/.cache/
|
||||
.clangd
|
||||
/src/slic3r/QIDI/
|
||||
5
deps/CGAL/CGAL.cmake
vendored
5
deps/CGAL/CGAL.cmake
vendored
@@ -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
|
||||
)
|
||||
|
||||
|
||||
1
deps/OpenCV/OpenCV.cmake
vendored
1
deps/OpenCV/OpenCV.cmake
vendored
@@ -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
|
||||
|
||||
1
deps/OpenSSL/OpenSSL.cmake
vendored
1
deps/OpenSSL/OpenSSL.cmake
vendored
@@ -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
@@ -17608,3 +17608,18 @@ msgstr "Activeer de multicolor box voor meerkleurenprinten met meerdere filament
|
||||
|
||||
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."
|
||||
|
||||
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.
Reference in New Issue
Block a user