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-08-18Switched to Perl local::lib for local compilation.bubnikv
Taken from upstream Slic3r, thanks @alexrj.
2015-06-01Bugfix: concave starting points were not correctly detected for slice holes. ↵Alessandro Ranellucci
Includes regression test. #2857
2015-01-03Fixed test after recent change of distance_to_line() semanticsAlessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-06-12Fixed tests after recent fixes to concave_pointsAlessandro Ranellucci
2014-05-26Bugfix: wrong logic for concave_points() and convex_points()Alessandro Ranellucci
2014-04-30Added failing test case for contains_point() not working on Windows. #1950Alessandro Ranellucci
2014-03-08Better pruningAlessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2013-11-24Fix t/geometry.tAlessandro Ranellucci
2013-11-24Removed chained_path_points()Alessandro Ranellucci
2013-11-22Removed more unused functions and fixed testsAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-20Update Clipper to 6.0.0Alessandro Ranellucci
2013-11-11Round Perl coordinates instead of truncating them to integers. #1486 #1445 #1464Alessandro
2013-11-02Fix regression in chained_path() introduced in ↵Alessandro Ranellucci
fb763b01879f6943bf8f601f37e03947ccbf7511. Includes regression test. #1184
2013-09-12Fix threads, tests and require the most recent Moo versionAlessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
Conflicts: lib/Slic3r.pm lib/Slic3r/ExPolygon.pm lib/Slic3r/Fill.pm lib/Slic3r/Fill/Rectilinear.pm lib/Slic3r/GCode.pm lib/Slic3r/GUI/Plater.pm lib/Slic3r/Geometry/Clipper.pm lib/Slic3r/Layer/Region.pm lib/Slic3r/Print.pm lib/Slic3r/Print/Object.pm lib/Slic3r/TriangleMesh.pm t/shells.t xs/MANIFEST
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-06-10Bugfix: ineffective scale() method in recently created BoundingBox objects ↵Alessandro Ranellucci
caused wrong positioning for scaled objects in plater. Includes regression test. #1171
2013-02-04Remove sporadic duplicate useless lines. #772Alessandro Ranellucci
2013-02-04Add unit test for polyline_linesAlessandro Ranellucci
2012-02-25New polygon_is_convex() functionAlessandro Ranellucci
2011-11-30Refactoring: moved slicing code to new TriangleMesh class, leaving in STL ↵Alessandro Ranellucci
just what's needed to read that particular input format. Slic3r will now warn if model is not manifold. #16
2011-10-10Some tests were failingAlessandro Ranellucci
2011-10-10Fixes for bridgesAlessandro Ranellucci
2011-10-08Skeining algorithm totally rewrittenAlessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and ↵Alessandro Ranellucci
improvements.
2011-10-06New algorithm for clipping lines to complex polygonsAlessandro Ranellucci
2011-10-06Refactored the can_connect() logic (includes a refactoring of the SVG library)Alessandro Ranellucci