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-12-06Fixed 3mf unit tests to pass on ARM 64bitVojtech Bubnik
2021-11-30One more fix to run unit tests on Windows: Missing DLLS need to be copied.Vojtech Bubnik
2021-11-30Fixing clang compiler warningsVojtech Bubnik
2021-11-30Add missing setupapi.lib to slic3rutils tests (#7382)Justin Schuh
2021-11-16New BuildVolume class was created, which detects build volume type (rectangular,Vojtech Bubnik
2021-11-02Remove SimplifyMeshFilip Sykala
2021-10-30Numerical improvements to Welzel minimum enclosing circle algorithmVojtech Bubnik
2021-10-29PlaceholderParser: implemented round(), digits() and zdigits() macros.Vojtech Bubnik
2021-10-27Extracted MedialAxis code from Geometry.cpp/hpp, moved to its ownVojtech Bubnik
2021-10-27New code for minimum enclosing circle by randomized Welzl algorithm.Vojtech Bubnik
2021-10-25Unit tests to the new optimized implementation ofVojtech Bubnik
2021-10-23Renamed Geometry::intersect() to Geometry::convex_polygons_intersect()Vojtech Bubnik
2021-10-21Obvious fixes to stupid warningstamasmeszaros
2021-10-14New ClipperUtils functions: opening(), closing() as an alternativeVojtech Bubnik
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