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
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-02-15Fixed https://github.com/prusa3d/Slic3r/issues/126version_1.33.4bubnikv
2017-02-02Avoid placement of seams on bridging perimeters, if random seam is enabled.bubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-13Fixed https://github.com/prusa3d/Slic3r/issues/32bubnikv
2016-11-04Method ExtrusionEntity::polygons_covered() and derived were splitbubnikv
2016-11-03ExtrusionEntity and derived classes: Documented, short methods madebubnikv
2016-09-13Fix in splitting the loop at a new point.bubnikv
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Fixed compilation warnings and a potential bug in MotionPlanner, as reported ...Alessandro Ranellucci
2015-07-02Use GCodeWriter for path segments (refactoring)Alessandro Ranellucci
2015-05-31New experimental autospeed feature. #2810Alessandro Ranellucci
2015-01-25Bugfix: crash when rendering lines with zero length in 3D preview. #2569Alessandro Ranellucci
2015-01-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2015-01-05Bugfix: a bug in Polyline::split_at() caused random loss of perimeter segment...Alessandro Ranellucci
2014-12-24Bugfix: a typo caused wrong loop splitting, thus wrong ordering of perimeters...Alessandro Ranellucci
2014-12-17Fixed testsAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-08Workaround Clipper changing point coordinates while performing simplify_polyg...Alessandro Ranellucci
2014-10-21Refactoring: moved most of the low-level G-code to the Slic3r::GCode::Base cl...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci