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-03-25New option for forcing the generation of interface shells. #1847Alessandro Ranellucci
2013-11-23Ported Surface->offset() to XSAlessandro Ranellucci
2013-11-23Finished porting group() to XSAlessandro Ranellucci
2013-11-23Ported is_solid() and is_bridge() to XS. Also ported (but not used yet) group...Alessandro 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-08-27Ported Surface->pAlessandro Ranellucci
2013-07-17Ported offset() and offset2()Alessandro Ranellucci
2013-07-16Port offset_ex() and offset2_ex() to XSAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-07-14Ported Slic3r::Surface to XSAlessandro Ranellucci
2013-07-07Have Clipper.pm only return ExPolygon::XS objectsAlessandro Ranellucci
2013-03-29Bugfix: infill direction wasn't correctly alternated when infilling every 2 l...Alessandro Ranellucci
2013-03-29Refactoring: use the clone() method for inflating Surface objectsAlessandro Ranellucci
2013-03-17$surface->thickness was erroneously defaulting to 1 mmAlessandro Ranellucci
2013-03-17Merge branch 'master' into grow-narrowAlessandro Ranellucci
2013-03-17Bugfix: wrong flow and bad pattern rotation when infill-every-layers was set ...Alessandro Ranellucci
2013-03-16Always fix self-intersecting polygons that Douglas-Peucker might returnAlessandro Ranellucci
2013-03-13Merge branch 'master' into grow-narrowAlessandro Ranellucci
2013-03-13Use Class::XSAccessorAlessandro Ranellucci
2013-03-13Grow narrow infill regions into void - to be tested moreAlessandro Ranellucci
2013-03-11Finished new extra perimeters implementationAlessandro Ranellucci
2013-03-07Infill refactoring and cleanup completeAlessandro Ranellucci
2013-02-27Bugfix: internal bridge surfaces were incorrectly merged with other internal ...Alessandro Ranellucci
2013-02-24Use bridge math for the first solid infill layer above sparse infill. #240Alessandro Ranellucci
2012-07-22Remove all id() and ordered_id() methodsAlessandro Ranellucci
2012-05-19Even more constants, less memory, more speedAlessandro Ranellucci
2012-05-05New automatic detection of additional required perimeters for better quality ...Alessandro Ranellucci
2012-05-01Further memory savingsAlessandro Ranellucci
2012-02-13Bugfix: bad syntax in last commit. #202Alessandro Ranellucci
2012-02-13Bugfix: fatal error when offsetting a surface results in more than one expoly...Alessandro Ranellucci
2012-02-10Bugfix: model with rounded walls had small useless infill regions. #177Alessandro Ranellucci
2012-01-13Fill gaps using medial axis detectionAlessandro Ranellucci
2011-12-30Very large refactoring. Ditched Slic3r::Polyline::Closed and reorganized geom...Alessandro Ranellucci
2011-12-03Many fixes to the bridge direction detection algorithm and other things. #58Alessandro Ranellucci
2011-11-30Bugfix: some bridges were not detected correctly. #57Alessandro Ranellucci
2011-11-29Bugfix: some bridges being very close could lead to overlapping infillAlessandro Ranellucci
2011-11-26Bugfix: recent changes broke the "infill every layers" option which didn't al...Alessandro Ranellucci
2011-11-23Large refactoring. Cleaner logic, smaller memory footprint.Alessandro Ranellucci
2011-11-23Fixes, improvements and refactoring for bridges and solid surfaces.Alessandro Ranellucci
2011-11-11Collect undetected lines (caused by dirty or non-manifold models), warn the u...Alessandro Ranellucci
2011-10-18New --fill-every-layers option to get high accuracy on external surfaces whil...Alessandro Ranellucci
2011-10-15Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objectsAlessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and im...Alessandro Ranellucci
2011-10-06Got rid of Math::Geometry::PlanarAlessandro Ranellucci
2011-09-26Minor cleanupsAlessandro Ranellucci
2011-09-26Multiple solid layers near external surfacesAlessandro Ranellucci
2011-09-18Lots of changes and refactoring after testing with hollow objectsAlessandro Ranellucci
2011-09-06Replaced Moose with Moo => big performance boost and easier packagingAlessandro Ranellucci
2011-09-05Rectilinear fillAlessandro Ranellucci