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
2017-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
2015-04-29Ported Slic3r::Geometry::arrange() to C++/XSAlessandro Ranellucci
2015-04-16Ported ModelObject::rotate() and ModelObject::flip() to XS, as well as axes c...Alessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-10-25Minor cleanup of imported symbolsAlessandro Ranellucci
2014-05-02Refactoring: move direction math into a single function. Includes some fixes ...Alessandro Ranellucci
2014-03-05Promising approach to medial axis pruningAlessandro Ranellucci
2013-12-24Fixes to Config and plater; also refactored the arrange() codeAlessandro Ranellucci
2013-11-24Fix t/geometry.tAlessandro Ranellucci
2013-11-24Removed chained_path_items()Alessandro Ranellucci
2013-11-24Removed chained_path_points()Alessandro Ranellucci
2013-11-24Ported chained_path() to XSAlessandro Ranellucci
2013-11-23Incomplete work for XS-based convex_hullAlessandro Ranellucci
2013-11-22Removed more unused functions and fixed testsAlessandro Ranellucci
2013-11-21Use Clipper for line clippingAlessandro Ranellucci
2013-11-07Ported point_line_distance() and removed same_point()Alessandro Ranellucci
2013-11-07Removed useless functionsAlessandro Ranellucci
2013-11-06Ported same_line() to XSAlessandro Ranellucci
2013-11-02Fix regression in chained_path() introduced in fb763b01879f6943bf8f601f37e039...Alessandro Ranellucci
2013-09-11More work to avoid working with vertices outside XSAlessandro Ranellucci
2013-09-06Removed debugging lineAlessandro Ranellucci
2013-09-05The 'use' prevented the build.Anders Sundman
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-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-15Use XS Point everywhereAlessandro Ranellucci
2013-07-15More integration of Slic3r::Point::XSAlessandro Ranellucci
2013-07-15Ported ExtrusionPath to XS. Failing test for SurfaceAlessandro Ranellucci
2013-07-11More incomplete work to make the plater work with XS dataAlessandro Ranellucci
2013-06-23Optimize concentric loopsAlessandro Ranellucci
2013-05-18Optimization: split meshes automatically when avoid_crossing_perimeters is en...Alessandro Ranellucci
2013-05-17Very basic implementation of 3D preview - install Wx::GLCanvas to get it workingAlessandro Ranellucci
2013-04-18Align rectilinear and line infill across layers (new implementation). #712Alessandro Ranellucci
2013-04-08split apart the math in nearest_point_index and short-circuit if we know the ...Jesse Vincent
2013-04-08no functional change. only return from one place for clarityJesse Vincent
2013-04-08Only look up $point's X and Y once, rather than once on every pass through th...Jesse Vincent
2013-04-08Inline comparable_distance_between_pointsJesse Vincent
2013-04-08Small optimization on an incredibly hot codepath.Jesse Vincent
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-13Little optimizationAlessandro Ranellucci
2013-02-06Refactor chained_path(), add chained_path_items() and chained_path_points()Alessandro Ranellucci
2013-02-05Rename shortest_path to chained_path, which reflects its algorithm more corre...Alessandro Ranellucci
2013-01-28Optimization: avoid calculating square roots if not neededAlessandro Ranellucci
2012-12-05New implementation of the little inwards move before leaving a loop. #186Alessandro Ranellucci
2012-11-24Fix bounding_box_center()Alessandro Ranellucci
2012-11-19Fix preview after rotation in platerAlessandro Ranellucci
2012-09-27$parallel_degrees_limit decreased, 3 to 0.1, #704Mike Sheldrake
2012-09-22Refactoring, new size_3D functionAlessandro Ranellucci
2012-09-22Refactoring, new bounding_box_3D functionAlessandro Ranellucci