PrusaSlicer-NonPlainar/tests
Vojtech Bubnik ee626eb65a WIP: Layers split into islands, islands overlapping in Z interconnected
into a graph with links to the layer above / below.

In addition:
Members of LayerRegion were made private, public interface const only.
this->m_xxx replaced with just m_xxx
SurfacesPtr was made a vector of const pointers.
2022-10-26 18:41:39 +02:00
..
catch2 Updated the Catch2 framework from v2.13.3 to v2.13.6. 2021-07-08 16:55:59 +02:00
cpp17
data Fix: prevent degeneration of model during simplification 2021-08-06 15:11:20 +02:00
example
fff_print WIP: Layers split into islands, islands overlapping in Z interconnected 2022-10-26 18:41:39 +02:00
libnest2d Fixed undefined symbols when mold linker was used for linking libnest2d_tests and sla_print_tests. 2022-06-09 10:57:30 +02:00
libslic3r Added new query to AABBTree: all primitives (triangles/lines) within radius 2022-10-05 14:51:32 +02:00
sla_print Fix crashing SLA tests on Win 2022-08-04 15:47:50 +02:00
slic3rutils Resurrected an old test case for parsing and comparing config version numbers 2022-09-30 13:51:56 +02:00
catch_main.hpp Disable overly detailed test outputs 2022-02-03 17:12:53 +01:00
CMakeLists.txt Added test for libcurl https handling disabled on build server. 2020-03-06 15:18:14 +01:00
test_utils.hpp