Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2020-08-03Rename EigenMesh3D to IndexedMesh and SupportConfig to SupportTreeConfigtamasmeszaros
2020-08-03Id-s put in a base class for support tree primitivestamasmeszaros
2020-08-03Fix bugs and non working teststamasmeszaros
2020-08-03Separate support tree routing and meshing, remove Common.hpp/.cpp .tamasmeszaros
2020-08-03Create smaller supports in problematic areas with established strategiestamasmeszaros
2020-06-27Fixed unit tests on Windows after introduction of GMP tobubnikv
2020-06-16fix of previous commit, missing includeVojtech Bubnik
2020-06-16Fixes of the offset curves from Voronoi diagram.Vojtech Bubnik
2020-06-11Reworked algorithm for Voronoi Offset curve extraction.Vojtech Bubnik
2020-06-04WIP: Generating offset curves with properly rounded corners fromVojtech Bubnik
2020-06-02Fix the tests after EigenMesh3D refactortamasmeszaros
2020-05-28BoundingBox support for Lines,Vojtech Bubnik
2020-05-26Fixed unit tests after previous include manipulationsLukas Matena
2020-05-22WIP AABBIndirect: Documentation, polishing.Vojtech Bubnik
2020-05-22WIP: own AABBTreeIndirect, builds up the tree 4x quicker than libigl.Vojtech Bubnik
2020-04-28suppress unnecessary test output in release modetamasmeszaros
2020-04-23SLA archive import with miniz, marching square bugfixestamasmeszaros
2020-04-23Initial version of sl1 import with sla::Raster refactor.tamasmeszaros
2020-04-23Add ModelArrange.hpp as extension to Model.hpp, use it for duplicatingtamasmeszaros
2020-04-23Add libnest tests for various basic object functionstamasmeszaros
2020-04-23Add min_object_distance method as free function taking ConfigBase argumenttamasmeszaros
2020-03-2564bit coord_tbubnikv
2020-03-24Merge branch 'master' into devLukas Matena
2020-03-06Added test for libcurl https handling disabled on build server.tamasmeszaros
2020-03-03Fixed several warningsLukas Matena
2020-02-18Do EFC for the first faded layers of SLA, interpolate efc parameterstamasmeszaros
2020-02-13ENABLE_CONFIGURABLE_PATHS_EXPORT_TO_3MF_AND_AMF set as defaultEnrico Turri
2020-02-09Fixed unit tests broken with the previous commit (Spiral Vase fix).bubnikv
2020-02-05fix failing test due to missing cgal dllstamasmeszaros
2020-02-05Handle CGAL exceptions and add tests for mesh boolean operationstamasmeszaros
2020-02-04Implemented handling of complex ConfigOptionFloatOrPercent chainsbubnikv
2020-02-03use vsnprintf instead of snprintf in string_printf functiontamasmeszaros
2020-01-31[refactor] Move remaining utility functions into sla_test_utilstamasmeszaros
2020-01-23Merge branch 'master' into lm_tm_hollowingtamasmeszaros
2020-01-23add mesh simplification.tamasmeszaros
2020-01-21Fix of the new PlaceholderParser int() conversion.bubnikv
2020-01-21Merge branch 'master' into lm_tm_hollowingLukas Matena
2020-01-21Ported PlaceholderParser unit tests to C++.bubnikv
2020-01-21Fix incorrect filename case in test_3mftamasmeszaros
2020-01-20Fix incorrect filename case in test_3mftamasmeszaros
2020-01-17Fixed a bug in the hole-aware raycasterLukas Matena
2020-01-16Fixed unit test (sla_print_tests - random number generator seeding)Lukas Matena
2020-01-15Remove wrapper around std::mt19937 tamasmeszaros
2020-01-14Test sla support point generation determinism with seed parametertamasmeszaros
2020-01-14Remove test restriction for on-model supports pierce testtamasmeszaros
2020-01-14Make sla support pierce tests repeatabletamasmeszaros
2020-01-09more raycaster tests, without repeating the hollowing every timetamasmeszaros
2020-01-09Fixed a raycaster problem with handling duplicate hits from iglLukas Matena
2020-01-08Add tests for EigenMesh3D raycaster with hole support.tamasmeszaros
2020-01-08Configurable paths export (fullpath or not) to 3mf and amfEnrico Turri