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
2022-03-24Added a new test case for a missing Voronoi vertex.Lukáš Hejl
2022-02-24Merge branch 'stable'Lukas Matena
2022-02-18Fix sla archive teststamasmeszaros
2022-02-17Silence sla print messages for archive export teststamasmeszaros
2022-02-17SLAArchive framework refactortamasmeszaros
2022-02-09Make unit test 'fff_print_tests' to pass when a memory leak is detected.Lukáš Hejl
2022-02-03Disable overly detailed test outputstamasmeszaros
2022-02-03WIPtamasmeszaros
2022-01-29Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into devenricoturri1966
2022-01-28Fixed unit-tests of GCodeFindReplaceVojtech Bubnik
2022-01-27Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into devenricoturri1966
2022-01-25GCodeFindReplace - single line option unit tests.Vojtech Bubnik
2022-01-18Fix failing test for new ui jobstamasmeszaros
2022-01-18Merge remote-tracking branch 'origin/master' into devYuSanka
2022-01-17WIP G-code find & replace: Unit tests and some bug fixes.Vojtech Bubnik
2022-01-14Follow-up of 6201dad245de8aeb138bf3d7ebcf243d35b56ebc - Fixed test_color.cppenricoturri1966
2022-01-12Fixed conflicts after merge with dev branchenricoturri1966
2022-01-11Add possibility to wait for current job to stop.tamasmeszaros
2022-01-11Fix job tests on Win, don't use usleep()tamasmeszaros
2022-01-11Fix issue with non atomic transition to running statetamasmeszaros
2022-01-11Basic tests for BoostThreadWorkertamasmeszaros
2021-12-22Fixed build of test_color.cpp on non-Windows OSsenricoturri1966
2021-12-22Tech ENABLE_COLOR_CLASSES - 1st installment -> Introduction of classes ColorR...enricoturri1966
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