Lukas Matena
15823c3776
Fixed conflicts, fixed compilation of tests
2025-02-17 11:03:13 +01:00
Jan Bařtipán
cbd4dbc58f
Fixed slic3r_jobs_tests.cpp include
2025-02-11 17:22:02 +01:00
Jan Bařtipán
2b01d14f7b
Catch2 updated to v3.8, all tests migrated
2025-02-06 15:55:09 +01:00
YuSanka
c5b525ba3f
Functions, related to load information from files are extracted from the Model into FileReader
...
+ GalleryDialog:: load_files() is renamed to add_files_to_custom_dir()
2025-01-13 14:13:04 +01:00
Martin Šach
45eda1a00f
Arrange: Avoid dependency of arrange on multiple beds
...
Drop the BedsGrid::Gap type alias as it brings more problems than it
solves.
2024-11-20 16:04:15 +01:00
Martin Šach
3e33631abf
Arrange: Use arrange for multiple beds.
...
- Support multiple wipe towers
- Arrange to grid directly within the arrange algorithm
- Suporrt arranging just the current bed
- Support fill bed with instances
- Add arrange selected on current bed
- Add arrange current bed keyboard shortcuts
- Fix cut not arranging properly (set instance bed after cut to the active bed, use arrange current bed selection only after cut)
- Fix shift-D on arrange
- Add window with options to the bed arrange button
2024-11-20 16:04:15 +01:00
Lukas Matena
d03ec72d3f
Comment-out a failing test for now
2024-04-16 12:54:25 +02:00
David Kocik
f624c55f6f
Store PrusaLink passwords in wxsecretstore
2024-03-25 10:22:30 +01:00
tamasmeszaros
d2c7fac559
Revert e74f1bf5ab1363a03d36e97661907af3195c651f as it doesn't fix
...
#11429
2023-10-09 15:03:02 +02:00
tamasmeszaros
e74f1bf5ab
Fix deadlocks in job tests
...
Should fix them, but let's see...
2023-10-09 14:03:40 +02:00
tamasmeszaros
d1156ccefe
WIP on fixing deadlock with BoostThreadWorker
2023-10-09 13:29:21 +02:00
tamasmeszaros
0b31ef6e1e
Beginning of arrange gen2
2023-08-16 09:59:10 +02:00
Vojtech Bubnik
9cde96993e
Reworked the ClipperLib / Polygon types to use
...
the tbb::scallable_allocator to better scale on multiple threads.
2023-04-20 11:31:44 +02:00
Filip Sykala - NTB T15p
65f8b09876
Merge branch 'master' into fs_emboss
2022-09-30 18:29:57 +02:00
Lukas Matena
49c817c40b
Resurrected an old test case for parsing and comparing config version numbers
2022-09-30 13:51:56 +02:00
Filip Sykala - NTB T15p
79a7f588b9
Merge branch 'et_world_coordinates' into fs_emboss
...
# Conflicts:
# src/libslic3r/CMakeLists.txt
# src/libslic3r/Format/3mf.cpp
# src/libslic3r/Model.hpp
# src/libslic3r/Technologies.hpp
# src/slic3r/GUI/GLCanvas3D.cpp
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Selection.cpp
# src/slic3r/GUI/Selection.hpp
2022-07-20 13:02:07 +02:00
Filip Sykala
043accbc00
detection of intersection source
2022-06-29 15:34:33 +02:00
Filip Sykala
b059d3a57c
Merge cuts by CGAL model -- Not Working
2022-06-24 15:55:11 +02:00
Lukáš Hejl
df552a9226
Fixed an undefined symbol when mold linker was used for linking slic3rutils_tests.
2022-06-02 13:47:51 +02:00
Filip Sykala
e0d5505413
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Technologies.hpp
# src/slic3r/CMakeLists.txt
# src/slic3r/GUI/GUI_App.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
2022-05-31 11:14:53 +02:00
tamasmeszaros
9892893587
Add UIThreadWorker for debugging and profiling purposes
2022-05-27 15:33:03 +02:00
Filip Sykala
24207403ea
Merge branch 'master' into fs_emboss
2022-02-22 13:51:04 +01:00
tamasmeszaros
66f60de556
SLAArchive framework refactor
2022-02-17 12:50:40 +01:00
Filip Sykala
a50d93cd66
Merge branch 'master' into fs_emboss
...
# Conflicts:
# src/libslic3r/Geometry.cpp
# src/slic3r/GUI/Gizmos/GLGizmoBase.cpp
# src/slic3r/GUI/Gizmos/GLGizmoMove.cpp
# src/slic3r/GUI/Gizmos/GLGizmoMove.hpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp
# src/slic3r/GUI/Gizmos/GLGizmoRotate.hpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.cpp
# src/slic3r/GUI/Gizmos/GLGizmoScale.hpp
# src/slic3r/GUI/Gizmos/GLGizmoSimplify.cpp
# src/slic3r/GUI/ImGuiWrapper.cpp
# src/slic3r/GUI/ImGuiWrapper.hpp
# src/slic3r/GUI/Selection.cpp
# tests/slic3rutils/slic3r_jobs_tests.cpp
2022-02-02 15:27:25 +01:00
tamasmeszaros
960158b79f
Fix failing test for new ui jobs
2022-01-18 10:54:37 +01:00
tamasmeszaros
43f5e61b5f
Add possibility to wait for current job to stop.
2022-01-11 11:26:26 +01:00
tamasmeszaros
e367ef8011
Fix job tests on Win, don't use usleep()
2022-01-11 11:26:26 +01:00
tamasmeszaros
7e070d393e
Fix issue with non atomic transition to running state
...
After popping a job from input queue
2022-01-11 11:26:26 +01:00
tamasmeszaros
7352e1a01a
Basic tests for BoostThreadWorker
...
Separate job tests
2022-01-11 11:26:26 +01:00
tamasmeszaros
35ca045b1c
Add possibility to wait for current job to stop.
2021-12-03 01:59:34 +01:00
tamasmeszaros
2b945f36f1
Fix job tests on Win, don't use usleep()
2021-12-02 15:34:20 +01:00
tamasmeszaros
78118b7b1d
Fix issue with non atomic transition to running state
...
After popping a job from input queue
2021-12-02 15:06:58 +01:00
tamasmeszaros
39198ff845
Basic tests for BoostThreadWorker
...
Separate job tests
2021-12-02 15:06:35 +01:00
Vojtech Bubnik
7a2bd9023a
One more fix to run unit tests on Windows: Missing DLLS need to be copied.
2021-11-30 11:00:26 +01:00
Justin Schuh
cb4bade69f
Add missing setupapi.lib to slic3rutils tests ( #7382 )
...
thanks
2021-11-30 10:22:50 +01:00
tamasmeszaros
db782b01a5
Fix build on gcc8
2021-07-16 16:40:59 +02:00
tamasmeszaros
0a932ebfe3
Enable http digest authentication for CURL
2020-11-25 13:58:03 +01:00
tamasmeszaros
f4f236e82e
Added test for libcurl https handling disabled on build server.
...
Linux docker image does not expose port 80
2020-03-06 15:18:14 +01:00