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
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-16New +Line::intersection_infinite() methodAlessandro Ranellucci
2015-01-15Initial work for 3D rendering of toolpathsAlessandro Ranellucci
2014-12-163D object positioningAlessandro Ranellucci
2014-12-15Some initial work for 3D slice renderingAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Bugfix: medial axis missed some segments. #2144Alessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-02Use a more robust parallelism detectionAlessandro Ranellucci
2014-05-02Tentative fix for unreproduced compilation error reportedAlessandro 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
2014-03-05Promising approach to medial axis pruningAlessandro Ranellucci
2013-11-21Ported contains_line() to XSAlessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-11-06Ported same_line() to XSAlessandro Ranellucci
2013-10-28Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XSAlessandro Ranellucci
2013-09-10Finished implementation of TriangleMesh->splitAlessandro Ranellucci
2013-09-02Return objects by reference instead of always cloningAlessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-28Ported Point->distance_to() and Line->length()Alessandro Ranellucci
2013-07-16Port offset_ex() and offset2_ex() to XSAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-16XS interface completed, including new Line classAlessandro Ranellucci