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-03-02Utility function SVG::export_expolygons() to paint a set of possiblybubnikv
overlapping ExPolygons with attributes.
2017-01-05Extended the SVG exporting class with export_expolygons()bubnikv
calculating the contour bounds internally.
2016-10-21Unified the creation of paths of debugging output filesbubnikv
pointing to a predefined output directory.
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-09-26New routines for debugging visualization of surfaces & infills.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-04-15Close SVG file when the object gets deallocated.bubnikv
2016-03-27Debugging visualization of the gap fills into a SVG format, if SLIC3R_DEBUG ↵bubnikv
is set.
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-28Bugfix: tangent horizontal mesh surfaces were not included in slices under ↵Alessandro Ranellucci
rare circumstances, generating almost invalid polygons that confused Clipper and caused skipped layers. Includes regression test
2015-01-06Added several drawing methods to Slic3r::SVGAlessandro Ranellucci
2015-01-06New methods in Slic3r::SVG C++ classAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci