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-08-18Switched to Perl local::lib for local compilation.bubnikv
2015-06-01Bugfix: concave starting points were not correctly detected for slice holes. ...Alessandro Ranellucci
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 fb763b01879f6943bf8f601f37e039...Alessandro Ranellucci
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
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 ca...Alessandro Ranellucci
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 jus...Alessandro Ranellucci
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 im...Alessandro Ranellucci
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