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-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
2021-04-07Extend execution framework with convenience functions tamasmeszaros
2021-04-05Fix of 7bd412a2cabaf1068b21dee87ce37b67dcd3a912Lukáš Hejl
2021-04-05A few test cases for Voronoi diagrams.Lukáš Hejl
2021-03-31Back-porting improvements for libnest2dtamasmeszaros
2021-03-15Fixing some compilation warningsVojtech Bubnik
2021-03-15Fixed unit tests.Vojtech Bubnik
2021-03-15Fixing unit tests.Vojtech Bubnik
2021-03-15WIP: Refactored bridging flow from normal flow, new config valueVojtech Bubnik
2021-03-08Clean up hollowing test tamasmeszaros
2021-03-08Group hollowing result (including grid) into one structtamasmeszaros
2021-03-03Follow-up to 5276bd98d7afaf953138d5e46963d9b4fab044c6:Vojtech Bubnik
2021-03-01WIP: MutablePolygon - linked list based polygon implementationVojtech Bubnik
2021-02-10Reduction on compiler warnings, mainly on MSVC.Vojtech Bubnik
2021-02-08Fixing some compiler warnings on LinuxVojtech Bubnik
2021-02-03Squash merge of lh_brim_rework,Vojtech Bubnik
2021-01-29WIP VoronoiOffset: Squash merge of vb_voronoi_offsetVojtech Bubnik
2021-01-29Fixed some more GCC warningsLukas Matena
2020-12-11Fixing unit tests for supports. After "dont_support_bridges" was fixedVojtech Bubnik
2020-12-10Replaced all "long long" types with int64_tVojtech Bubnik
2020-12-01Updated Catch2 to v2.13.3 to support compilation on OSX11 / ARMVojtech Bubnik
2020-11-26Added functions to export raw image data to PNG for debugging purposes.Vojtech Bubnik
2020-11-25Enable http digest authentication for CURLtamasmeszaros
2020-11-16Merge remote-tracking branch 'remotes/origin/master' into lh_adaptive_infill_...Vojtech Bubnik
2020-11-12ENABLE_GCODE_VIEWER set as default in fff_print test and PrusaSlicer.cppenricoturri1966
2020-11-051) Implemented anchoring of infill lines to perimeters with lengthVojtech Bubnik
2020-10-29Fixed unit tests broken with 3502f256fac0d0793f8314a7ab4a2788e93d74f8Vojtech Bubnik
2020-10-15Fix sla tests on mactamasmeszaros