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
2013-11-22Removed more unused functions and fixed testsAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro 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-20Reapply correct optimization for simplifiying fill_surfaces before ↵Alessandro Ranellucci
performing the offset. #1325
2013-07-20One more test about polygon simplificationAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-05Optimization in Polyline instantiationAlessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-01-28Make tests happy about the new Boost::Geometry::Utils working with integersAlessandro Ranellucci
2012-02-25Faster support generation. Includes a new implementation of the ↵Alessandro Ranellucci
Douglas-Peucker algorithm
2011-12-30Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized ↵Alessandro Ranellucci
geometric classes.
2011-10-10Some tests were failingAlessandro Ranellucci
2011-10-03Bugfix in polyline simplificationAlessandro Ranellucci
2011-10-02New build script to install dependencies automaticallyAlessandro Ranellucci
2011-09-30Bugfixes for complex and dirty geometriesAlessandro Ranellucci