PrusaSlicer-NonPlainar/tests/fff_print
Vojtech Bubnik 9dca8403fe ClipperLib: Optimized PointInPolygon() to calculate cross products
with int64s instead of doubles.
Polygon / ExPolygon: contains() reworked to use ClipperLib::PointInPolygon().
	The Slic3r own implementation was not robust.
Fixed test_perimeters after recent refactoring (sorting of extrusions
	into LayerIslands)
2022-11-14 15:17:04 +01:00
..
CMakeLists.txt WIP Refactoring of Layers: Reworked G-code export to make use 2022-11-07 14:47:43 +01:00
fff_print_tests.cpp Make unit test 'fff_print_tests' to pass when a memory leak is detected. 2022-02-09 13:43:51 +01:00
test_avoid_crossing_perimeters.cpp Ported "avoid crossing perimeters" and bridging unit tests from Perl 2022-05-04 18:21:08 +02:00
test_bridges.cpp Ported "avoid crossing perimeters" and bridging unit tests from Perl 2022-05-04 18:21:08 +02:00
test_clipper.cpp Backported a fix from Clipper 6.4.2 for the issue that Clipper Z coordinated has incorrect value because ZFillFunction wasn't called in all cases (https://sourceforge.net/p/polyclipping/bugs/160/). Also, this issue led to duplicity vertices with the same XY coordinates but differ in Z coordinates. 2022-06-09 11:05:05 +02:00
test_cooling.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_custom_gcode.cpp Ported custom_gcode and print unit tests from Perl to C++. 2022-05-06 18:30:18 +02:00
test_data.cpp Ported custom_gcode and print unit tests from Perl to C++. 2022-05-06 18:30:18 +02:00
test_data.hpp Ported custom_gcode and print unit tests from Perl to C++. 2022-05-06 18:30:18 +02:00
test_extrusion_entity.cpp Refactored PerimeterGenerator to output out_fill_surfaces as ExPolygons, 2022-10-27 19:08:43 +02:00
test_fill.cpp Refactored PerimeterGenerator to output out_fill_surfaces as ExPolygons, 2022-10-27 19:08:43 +02:00
test_flow.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_gaps.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_gcode.cpp
test_gcodefindreplace.cpp Fixed unit-tests of GCodeFindReplace 2022-01-28 11:02:06 +01:00
test_gcodewriter.cpp
test_model.cpp
test_multi.cpp Perl unit tests for perimeters and multi-material were rewritten to C++. 2022-05-04 15:06:04 +02:00
test_perimeters.cpp ClipperLib: Optimized PointInPolygon() to calculate cross products 2022-11-14 15:17:04 +01:00
test_print.cpp WIP: Layers split into islands, islands overlapping in Z interconnected 2022-10-26 18:41:39 +02:00
test_printgcode.cpp
test_printobject.cpp Integrating a C++20 like span library 2022-10-19 16:27:15 +02:00
test_shells.cpp WIP Refactoring of Layers: Reworked G-code export to make use 2022-11-07 14:47:43 +01:00
test_skirt_brim.cpp Ported custom_gcode and print unit tests from Perl to C++. 2022-05-06 18:30:18 +02:00
test_support_material.cpp Integrating a C++20 like span library 2022-10-19 16:27:15 +02:00
test_thin_walls.cpp Further Perl unit test porting to C++ and Perl interface reduction: 2022-05-05 17:57:57 +02:00
test_trianglemesh.cpp Eradicated admesh from TriangleMesh: 2021-09-20 17:12:22 +02:00