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
2021-10-04Don't report intersection if two polygons are only touching.tamasmeszaros
2021-10-01Fix compile issues and overlapping polygon failstamasmeszaros
2021-09-30Revert "Merge branch 'tm_convex_intersect_rotcalip'"Lukas Matena
2021-09-30Fast convex polygon intersection test with rotating caliperstamasmeszaros
2021-09-24Moved a commented out test for DynamicPrintConfig serializationVojtech Bubnik
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-09-14Removed the PRUS format parser. WIP: admesh eradication:Vojtech Bubnik
2021-09-13Fixed unit tests after cab71073a1864e05582a480945bfb8d224219bddVojtech Bubnik
2021-09-11Fixed unit tests after the previous commit.Lukáš Hejl
2021-09-02Fix trouble case testFilip Sykala
2021-09-01FIX Creation of non volume place in mode during simplificationFilip Sykala
2021-08-16Extend simplify test to chack distance of each triangle center and each verti...Filip Sykala
2021-08-16Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-08-13Improved error reporting when importing various configuration files:Vojtech Bubnik
2021-08-06Fix: prevent degeneration of model during simplificationFilip Sykala
2021-07-21truncate model nameFilip Sykala
2021-07-19QEC: When collapsing edge flip normal than check other edges in triangleFilip Sykala
2021-07-19Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-07-19Add simplification GUIFilip Sykala
2021-07-16Fix build on gcc8tamasmeszaros
2021-07-09Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-07-09Our friendly GCC does not consider std::pair<int, int> triviallyVojtech Bubnik
2021-07-09GCC does not consider std::pair<std::pair<...>, ...> to be triviallyVojtech Bubnik
2021-07-09Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-07-091) Fixed a significant bug in MutablePriorityQueue when settingVojtech Bubnik
2021-07-09FIX Simplify testFilip Sykala
2021-07-09Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-07-09Add throw_on_cancel and statusfn into QECFilip Sykala
2021-07-08Updated the Catch2 framework from v2.13.3 to v2.13.6.Vojtech Bubnik
2021-07-08Extend test with checking simplified model distance to original modelFilip Sykala
2021-07-07Merge branch 'master' into fs_QuadricEdgeCollapseFilip Sykala
2021-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2021-06-22Add test checking diference in volume before/after simplificationFilip Sykala
2021-06-22Add quadric edge collapseFilip Sykala
2021-06-08Add new (winner) neighbor index based on measurementstamasmeszaros
2021-06-08Added measuring sandbox for neighbors index creationtamasmeszaros
2021-06-08Corrected mesh split implementationtamasmeszaros
2021-06-08Get rid of Contour3Dtamasmeszaros
2021-06-08Refactored hollowing backend to use indexed_triangle_meshtamasmeszaros
2021-06-08SLA backend refactored, except Hollowingtamasmeszaros
2021-05-24Fixed tests and windows buildLukas Matena
2021-05-24Code cleanupenricoturri1966
2021-05-243rd attempt to fix unit test for 2D convex hull of sinking object on RasperryPienricoturri1966
2021-05-21Another attempt to fix unit test for 2D convex hull of sinking object on Rasp...enricoturri1966
2021-05-21Added debug output to help fixing unit test for 2D convex hull of sinking obj...enricoturri1966
2021-05-21Attempt to fix unit test for 2D convex hull of sinking object on RasperryPienricoturri1966
2021-05-20Added unit test for calculation of 2D convex hull of sinking objectenricoturri1966
2021-05-18Fixed missing includeVojtech Bubnik
2021-05-18TriangleMeshSlicer: Got rid of admesh!Vojtech Bubnik
2021-05-17WIP: Reworked slicingVojtech Bubnik