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-09-19WIP: Moved sources int src/, separated most of the source code from Perl.bubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-21Completely replaced the homebrew Pointf3 class with Eigen Vec3d.bubnikv
2018-08-17Removed the x(), y(), z() Point/Pointf/Point3/Pointf3 accessors.bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2017-08-03Unicode handling:bubnikv
2017-03-02Utility function SVG::export_expolygons() to paint a set of possiblybubnikv
2016-10-20Enabled the C++ fillers for all infills, not just the supports.bubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
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 i...bubnikv
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-11-04Fix: Initializer list, right initialisation orderntfshard
2015-01-28Bugfix: tangent horizontal mesh surfaces were not included in slices under ra...Alessandro Ranellucci
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