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-01-25Bugfix: crash when rendering lines with zero length in 3D preview. #2569Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother pat...Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-05-26Attempt to fix compilation issueAlessandro Ranellucci
2014-05-22Enforce seam alignment and blend in spiral vase. #2023Alessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-07Turn ExtrusionLoop into a collection of polylines. Includes some changes to t...Alessandro Ranellucci
2014-04-27Implement type checking for XS objectsPetr Ledvina
2014-04-24Refactored signatures of many C++ methods for more efficient and safer style....Alessandro Ranellucci
2014-04-24New coverage detection for bridges. Includes implementation of ExPolygon::get...Alessandro Ranellucci
2014-03-15Extend medial axis endpoints to fill the entire length. Includes fix for a mi...Alessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-20Update Clipper to 6.0.0Alessandro Ranellucci
2013-11-11Ported regular_points() to XS and renamed it to equally_spaced_points()Alessandro Ranellucci
2013-11-06More work on the clipping method for medial axis. Includes Polyline->is_valid()Alessandro Ranellucci
2013-10-28Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XSAlessandro Ranellucci
2013-09-13Minor optimizationsAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-16Polyline->linesAlessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci