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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2022-02-28Merge tag 'version_2.4.1-beta3' into devsupermerill
2022-02-13Merge branch 'prusa2.4.1' into devsupermerill
2022-02-09Make unit test 'fff_print_tests' to pass when a memory leak is detected.Lukáš Hejl
2022-01-28Fixed unit-tests of GCodeFindReplaceVojtech Bubnik
2022-01-25GCodeFindReplace - single line option unit tests.Vojtech Bubnik
2022-01-17WIP G-code find & replace: Unit tests and some bug fixes.Vojtech Bubnik
2022-01-12Merge remote-tracking branch 'remotes/prusa/master' 2.4 into dev 2.3.58remi durand
2021-12-11Fix too detailed gapfillsupermerill
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-08Merge branch 'dev' into merill-mergeremi durand
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-10Merge remote-tracking branch 'remotes/prusa/stable' into devremi durand
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