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-02-22GCode Preview - Added Custom extrusion role + extended layers range for GCode...Enrico Turri
2018-02-07GCode Preview - Coloring by toolEnrico Turri
2018-02-05GCode Preview - Added feature type for wipe towerEnrico Turri
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-09-11Many warnings fixed (#510)eyal0
2017-07-07Fix of "Problem with larger brim overlapping "bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-02-02Avoid placement of seams on bridging perimeters, if random seam is enabled.bubnikv
2017-01-25ExtrusionEntity - add only valid polylinesbubnikv
2017-01-20Added new file: ExtrusionMultiPath.xspbubnikv
2017-01-20Improvement of the move semantics on various objects:bubnikv
2017-01-19New extrusion class: ExtrusionMultiPathbubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-23One step further to the C++ Supports.bubnikv
2016-11-04Method ExtrusionEntity::polygons_covered() and derived were splitbubnikv
2016-11-03ExtrusionEntity and derived classes: Documented, short methods madebubnikv
2016-03-19Variable-width thin walls. Yay!Alessandro Ranellucci
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-21Force the 'nearest' strategy for starting skirt loopsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-07More work for porting PerimeterGenerator to XSAlessandro Ranellucci
2015-07-02Use GCodeWriter for path segments (refactoring)Alessandro Ranellucci
2015-07-02Make tests happyAlessandro Ranellucci
2015-05-31New experimental autospeed feature. #2810Alessandro Ranellucci
2015-04-12Fixed regression introduced by the recent PerimeterGenerator refactoring caus...Alessandro Ranellucci
2015-03-09Restore correct ordering of concentric infill loops, preventing them from bei...Alessandro 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-08The inwards move after an external loop was still randomly generated outwards...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-08Workaround Clipper changing point coordinates while performing simplify_polyg...Alessandro Ranellucci
2014-11-08Bugfix: seam_position = random didn't work with a single perimeter. #2179Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci