Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-17Removed the Point::wkt() and Point::dump_perl() methods.bubnikv
2017-06-08Limit the object movement to the vincinity of the print bed.bubnikv
2016-03-26Fixed type errorAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-01Ported concave_points() and convex_points() to XSAlessandro Ranellucci
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-06-10Merge branch 'printcpp' of github.com:sapir/Slic3r into sapir-printcppAlessandro Ranellucci
2014-05-26Attempt to fix compilation issueAlessandro Ranellucci
2014-05-25Add missing include "BoundingBox.hpp" to Polygon.xsp.Y. Sapir
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro 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-24New Polygon::triangulate_convex() methodAlessandro Ranellucci
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
2013-11-22Removed more unused functions and fixed testsAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-11-11Ported regular_points() to XS and renamed it to equally_spaced_points()Alessandro 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-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-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-08-27Ported Polygon->is_valid() and ExPolygon->is_valid()Alessandro Ranellucci
2013-08-27Ported Polygon->areaAlessandro Ranellucci
2013-08-27Ported Polygon->split_at()Alessandro Ranellucci
2013-07-16Ported make_clockwise() and make_counter_clockwise()Alessandro Ranellucci
2013-07-16Ported Polygon->is_counter_clockwise() and rearranged code in .cpp filesAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-16Implemented split_at_index() and split_at_first_point() for PolygonAlessandro Ranellucci
2013-07-16Polygon->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