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
2018-05-18Fix of extraneous infill over thin walls.bubnikv
2017-04-05Adapted BoundingBox get_extents(const ExPolygons &expolygons)bubnikv
2017-03-22Fixed some instance of simplify_polygons() invocation.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-09New sparse infill: "stars" - David's star shaped infill.bubnikv
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-21Unified the creation of paths of debugging output filesbubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-09-30Finished merging of bridging regions.bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-09-12Meged with release_candidate_1_3bubnikv
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2016-04-10New method to rotate only polygons, not translate.bubnikv
2016-03-26Filter gap fill using length relative to the actual width. #2781Alessandro Ranellucci
2016-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT fr...Alessandro Ranellucci
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Fix: memory leak in ExPolygon::triangulate_p2tntfshard
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-07More work for porting PerimeterGenerator to XSAlessandro Ranellucci
2015-05-22Fixes and improvements to thin wall detection. #2829Alessandro Ranellucci
2015-01-30Added a new Slic3r::Geometry::simplify_polygons() functionAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother pat...Alessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci