PrusaSlicer-NonPlainar/tests/libslic3r
Vojtech Bubnik 965c2f2c55 Improved error reporting when importing various configuration files:
1) Slic3r::RuntimeError was replaced with ConfigurationError,
   all exceptions thrown by the configuration layer are derived
   from ConfigurationError.
2) When parsing configuration files, ConfigurationError is catched and
   rethrown extended with the file name being parsed.
2021-08-13 13:37:24 +02:00
..
CMakeLists.txt 1) Fixed a significant bug in MutablePriorityQueue when setting 2021-07-09 12:53:29 +02:00
libslic3r_tests.cpp
test_3mf.cpp Support for forward compatibility of configurations, user and system 2021-06-27 16:57:05 +02:00
test_aabbindirect.cpp
test_clipper_offset.cpp
test_clipper_utils.cpp Further rework of ClipperUtils: Replaced many to_polygons() / 2021-05-03 11:39:53 +02:00
test_config.cpp Improved error reporting when importing various configuration files: 2021-08-13 13:37:24 +02:00
test_elephant_foot_compensation.cpp Removing offset2 from Perl bindings and other minor cleanup. 2021-05-06 14:29:20 +02:00
test_geometry.cpp
test_hollowing.cpp Corrected mesh split implementation 2021-06-08 10:28:23 +02:00
test_indexed_triangle_set.cpp truncate model name 2021-07-21 08:34:43 +02:00
test_marchingsquares.cpp Get rid of Contour3D 2021-06-08 10:28:23 +02:00
test_meshboolean.cpp
test_meshsimplify.cpp
test_mutable_polygon.cpp
test_mutable_priority_queue.cpp QEC: When collapsing edge flip normal than check other edges in triangle 2021-07-19 15:46:41 +02:00
test_optimizers.cpp
test_placeholder_parser.cpp Support for forward compatibility of configurations, user and system 2021-06-27 16:57:05 +02:00
test_png_io.cpp
test_polygon.cpp Fixed Polygon::centroid() 2021-05-07 11:42:21 +02:00
test_stl.cpp
test_timeutils.cpp
test_voronoi.cpp