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
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro 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-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2015-01-15Bugfix: random but frequent crashes after recent perimeter code refactoringAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-25Fix islands not being ordered efficiently with the logic that completes each ...Alessandro Ranellucci
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-03-15Fixed wrong refactoring of perimeter tree traversal. #1832Alessandro Ranellucci
2014-03-09Include thin walls in general top-level perimeter sorting to get more efficie...Alessandro Ranellucci
2013-09-18Introduce a ->count method for all collections to save timeAlessandro Ranellucci
2013-09-16Update brim generation code. Includes regression test. #1440Alessandro Ranellucci
2013-09-07Some minor fixes needed after the xsdata merge. #1421Alessandro Ranellucci
2013-08-31Fix segfault when appending an ExtrusionPath::Collection to another CollectionAlessandro Ranellucci
2013-08-31Fixed memory leak in ExtrusionPath::Collection and return collection items by...Alessandro Ranellucci
2013-08-29Ported ExtrusionPath::Collection->chained_pathAlessandro Ranellucci
2013-07-19Thread-safe integration of ExtrusionPath::CollectionAlessandro Ranellucci
2013-07-18Ported ExtrusionPath::CollectionAlessandro Ranellucci