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
AgeCommit message (Expand)Author
2021-09-20Eradicated admesh from TriangleMesh:Vojtech Bubnik
2021-09-13Fixed unit tests after cab71073a1864e05582a480945bfb8d224219bddVojtech Bubnik
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-19Add simplification GUIFilip Sykala
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-09Add throw_on_cancel and statusfn into QECFilip Sykala
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-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-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-03Further rework of ClipperUtils: Replaced many to_polygons() /Vojtech Bubnik
2021-04-23Merge branch 'tm_vb_clipper_eigen'Vojtech Bubnik
2021-04-21Fixing unit testsVojtech Bubnik
2021-04-14Replacing ClipperLib::IntPoint with Eigen point as a first step tovb_clipper_eigenVojtech Bubnik
2021-04-05Fix of 7bd412a2cabaf1068b21dee87ce37b67dcd3a912Lukáš Hejl
2021-04-05A few test cases for Voronoi diagrams.Lukáš Hejl
2021-03-15Fixing some compilation warningsVojtech Bubnik
2021-03-15Fixing unit tests.Vojtech 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