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-12-24Move dump_perl() to Slic3r::PolylineAlessandro Ranellucci
2014-12-01Ported concave_points() and convex_points() to XSAlessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-07-25Bugfix: seam_position = aligned/nearest didn't work correctly for hi-res mode...Alessandro Ranellucci
2014-06-12Removed debugging lineAlessandro Ranellucci
2014-06-11Bugfix: seam_position = aligned failed in certaim circumstances because of fa...Alessandro Ranellucci
2014-05-26Bugfix: wrong logic for concave_points() and convex_points()Alessandro Ranellucci
2014-05-24Failing test cases for Clipper bug returning empty result set. #2028Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-08New semantics for ExtrusionLoop objects. Early processing of perimeter overha...Alessandro Ranellucci
2014-04-09Fixed a couple typosAlessandro Ranellucci
2014-04-08More unit tests for bridge angle detectionAlessandro Ranellucci
2014-04-08Some fixes to bridge direction detection. Includes regression testsAlessandro 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-09-17Fix regression in start perimeters at non-overhangs. #1442Alessandro Ranellucci
2013-09-17Clean medial axis code and gap fillAlessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro 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-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-20Reapply correct optimization for simplifiying fill_surfaces before performing...Alessandro Ranellucci
2013-07-17Ported offset() and offset2()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-16XS interface completed, including new Line classAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15Implemented Slic3r::ExtrusionLoopAlessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci
2013-06-23Ensure there's no numerical error when searching for concave pointsAlessandro Ranellucci
2013-06-22Add regression test for concave starting points. #135Alessandro Ranellucci
2013-06-21Avoid starting loops on convex vertices and/or overhangs. #296 #135Alessandro Ranellucci
2013-06-20Removed useless codeAlessandro Ranellucci
2013-06-20Optimization: use Boost.Geometry for point in polygonAlessandro Ranellucci
2013-06-16Refactoring: use Slic3r::Geometry::BoundingBox objects everywhereAlessandro Ranellucci
2013-04-27New module to output SVG vertical sections of extrusion paths with real width...Alessandro Ranellucci
2013-03-30Bugfix: is_printable() wasn't discarding narrow ring-shaped top/bottom surfac...Alessandro Ranellucci
2013-03-26Removed offset() method from Slic3r::Polygon because it only works with ccw p...Alessandro Ranellucci
2013-03-26Safer safety_offset() for ExPolygonsAlessandro Ranellucci
2013-03-17Untested fix for incomplete honeycomb support material. #1032Alessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-09Fixed regression causing thin walls to be processed twice, thus producing ove...Alessandro Ranellucci
2013-03-07Infill refactoring and cleanup completeAlessandro Ranellucci
2013-02-26Fixed regression in is_printable() - needs unit testAlessandro Ranellucci
2013-02-19Get rid of most calls to $Slic3r::flowAlessandro Ranellucci
2013-02-04Remove sporadic duplicate useless lines. #772Alessandro Ranellucci