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-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
2021-05-07Fixed Polygon::centroid()Vojtech Bubnik
2021-05-06Removing offset2 from Perl bindings and other minor cleanup.Vojtech Bubnik
2021-05-05Fixing unit tests.Vojtech Bubnik
2021-05-03Further rework of ClipperUtils: Replaced many to_polygons() /Vojtech Bubnik
2021-04-23Merge branch 'tm_vb_clipper_eigen'Vojtech Bubnik
2021-04-21Convincing ClipperLib to use Slic3r's own Point type internally.Vojtech Bubnik
2021-04-21Fix integer overflows in libnest2d teststamasmeszaros
2021-04-21New custom backend for libnest2d using libslic3r typestamasmeszaros
2021-04-21Fixing unit testsVojtech Bubnik
2021-04-21Fixed unit tests.Vojtech Bubnik
2021-04-14Replacing ClipperLib::IntPoint with Eigen point as a first step tovb_clipper_eigenVojtech Bubnik
2021-04-14Fix integer overflows in libnest2d teststamasmeszaros
2021-04-07Least supports optimization revived.tamasmeszaros