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
AgeCommit message (Expand)Author
2018-01-25Merge with bibnikv.YuSanka
2017-11-09Implemented volumetric flow rate hints,bubnikv
2017-06-08Implemented rotation of the support structure.bubnikv
2017-06-08Limit the object movement to the vincinity of the print bed.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-02-02Created a total_lengt() free function for Polygons and Polylines.bubnikv
2017-01-20Improvement of the move semantics on various objects:bubnikv
2017-01-19Move semantics on MultiPoint, Polygon, Polyline.bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Don't be lazy, use fully qualified Slic3r::Polygon/ExPolygon/Point/Line namesbubnikv
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-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-12-01Ported concave_points() and convex_points() to XSAlessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci