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 (Collapse)Author
2017-06-08Limit the object movement to the vincinity of the print bed.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-09New sparse infill: "stars" - David's star shaped infill.bubnikv
This is very similar to a "triangles" infill, but maximum two lines intersect at a single point. added utility function get_extents_vector()
2016-11-08Implemented utility functions to operate over lines, polylines, polygons,bubnikv
surfaces.
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
Made sure the C++ fillers are instantiated at the worker threads, where there are being released. Extended the FillRectilinear2 to calculate the contour / line intersection with exact arithmetics, improved robustness and added error handling and error reporting, if the contours to be filled are not correct.
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
Added a safe variant of offset(const Slic3r::ExPolygon...), which offsets each loop separately. New functions "remove_sticks" to remove zero area parts of polygons. New functions "remove_small" and "remove_degenerate" for polygon clean up. Extended the C++ supports, those are not finalized yet though.
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-06-01Bugfix: concave starting points were not correctly detected for slice holes. ↵Alessandro Ranellucci
Includes regression test. #2857
2015-01-30Added a new Slic3r::Geometry::simplify_polygons() functionAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-22Fixed concave_points() and convex_points() after recent change of ccw_angle()Alessandro 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-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci