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
2014-12-24Move dump_perl() to Slic3r::PolylineAlessandro Ranellucci
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-02Refactoring: move direction math into a single function. Includes some fixes ...Alessandro Ranellucci
2014-04-30Improvements to avoid numerical issues in bridge detection and bridge exclusionAlessandro Ranellucci
2014-04-30Also remove bridged perimeters area from support materialAlessandro Ranellucci
2014-01-12Removed dependency on Storable; some fixes in Build.PL. #1693Alessandro Ranellucci
2014-01-07Finished porting BoundingBox to XSAlessandro Ranellucci
2013-11-22Removed more unused functions and fixed testsAlessandro Ranellucci
2013-11-21Incomplete work for porting simplify() to XSAlessandro Ranellucci
2013-11-21Removed clip_with_polygon() and clip_with_expolygon()Alessandro 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-10-28Ported point_along_segment(), Polyline::length(), Polyline::clip_end() to XSAlessandro Ranellucci
2013-10-27Bad memory access in regular_points()Alessandro Ranellucci
2013-10-27Optimizations to regular_points(), clip_end(), clip_start()Alessandro Ranellucci
2013-09-06Fixed wipe (includes regression test). #1421Alessandro Ranellucci
2013-09-03Many changes and fixes to remove leaks and return objects by referenceAlessandro Ranellucci
2013-08-30Ported Slic3r::Polyline::CollectionAlessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-08-08Merge branch 'master' into xsdataAlessandro Ranellucci
2013-07-29Merge new-support2Alessandro Ranellucci
2013-07-17Ported offset() and offset2()Alessandro 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-15More integration of Slic3r::Point::XSAlessandro Ranellucci
2013-07-15Fix tests here and thereAlessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci
2013-07-07Partial GUI compatibility with XS dataAlessandro Ranellucci
2013-07-07Have Clipper.pm only return ExPolygon::XS objectsAlessandro Ranellucci
2013-07-06Workaround dclone() not being thread-safeAlessandro Ranellucci
2013-07-05Use dclone() in Polyline and ExPolygon tooAlessandro Ranellucci
2013-07-05Optimization in Polyline instantiationAlessandro Ranellucci
2013-06-21Some fixes about overhang detection. Includes regression testsAlessandro Ranellucci
2013-06-16Refactoring: use Slic3r::Geometry::BoundingBox objects everywhereAlessandro Ranellucci
2013-06-15Fix one more centering problem caused by wrong bounding box implementation0.9.10Alessandro Ranellucci
2013-04-27New module to output SVG vertical sections of extrusion paths with real width...Alessandro Ranellucci
2013-03-31Use linestring_length() from BoostAlessandro Ranellucci
2013-03-31Merge branch 'wipe'Alessandro Ranellucci
2013-03-30Bugfix: support material and brim didn't work correctly. Includes unit test. ...Alessandro Ranellucci
2013-03-26Merge branch 'master' into wipeAlessandro Ranellucci
2013-03-26Removed offset() method from Slic3r::Polygon because it only works with ccw p...Alessandro Ranellucci
2013-03-26Fixes for wipeAlessandro Ranellucci
2013-03-17New wipe featureAlessandro 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-02-05Rename shortest_path to chained_path, which reflects its algorithm more corre...Alessandro Ranellucci