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
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
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-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-05-07Turn ExtrusionLoop into a collection of polylines. Includes some changes to t...Alessandro Ranellucci
2014-04-28New get_trapezoids() implementation. Maybe heavier but it doesn't fail with s...Alessandro Ranellucci
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
2014-03-03Merge branch 'master' into boost-medialaxisAlessandro Ranellucci
2014-01-12Bugfix: lack of strong type checking when passing arrayref objects to XS caus...Alessandro Ranellucci
2014-01-09Incomplete work for using Boost.Polygon to compute medial axisAlessandro Ranellucci
2014-01-07Implement modifier volumes and port _merge_loops() to XSAlessandro Ranellucci
2013-11-22More unfinished workAlessandro 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-09-13Minor optimizationsAlessandro Ranellucci
2013-09-13Conditional compilation to exclude all Perl/XS stuff from C++ codeAlessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-09-03Don't return first_point() and last_point() 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 Polygon->is_valid() and ExPolygon->is_valid()Alessandro Ranellucci
2013-08-27Ported ExPolygon->area()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-16Port offset_ex() and offset2_ex() to XSAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro 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-15Implemented Slic3r::ExtrusionLoopAlessandro Ranellucci
2013-07-14Have Polygon inherit from PolylineAlessandro Ranellucci
2013-07-14Better polymorphism for ExPolygon::XS->rotateAlessandro Ranellucci
2013-07-14Move Polygon class to Polygon.hppAlessandro Ranellucci