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 (Collapse)Author
2011-12-03Slic3r should now be able to detect optimal bridging direction for any kind ↵Alessandro Ranellucci
of bridge. #58
2011-11-13New fill types (hilbertcurve, archimedeanchords, octagramspiral) and ability ↵Alessandro Ranellucci
to use different patterns for solid layers. #20
2011-11-12Cleanup lines resulting from plane intersection before detecting polygons. ↵Alessandro Ranellucci
This allows for more tolerance with dirty models. Performance impact depends on how many layers are detected as dirty. #16 #28
2011-11-11Collect undetected lines (caused by dirty or non-manifold models), warn the ↵Alessandro Ranellucci
user, post debug info. Includes some further ExPolygon refactoring.
2011-10-28New experimental --gcode-arcs options to generate G2/G3 commands. #23Alessandro Ranellucci
2011-10-15Refactored Perimeter code with new Slic3r::Polygon and Slic3r::ExPolygon objectsAlessandro Ranellucci
Large refactoring. Speed gains. Removed convex hull for bridges.
2011-10-12Refactored Line objects to arrayrefsAlessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-10-07Detection of optimal infill direction for bridges. Includes many fixes and ↵Alessandro Ranellucci
improvements.
2011-10-05Bugfixes and improvements in surface detectionAlessandro Ranellucci
2011-09-30Bugfixes for complex and dirty geometriesAlessandro Ranellucci
2011-09-26Minor cleanupsAlessandro 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
2011-09-03Generate GCODEAlessandro Ranellucci
2011-09-02Extrusion of perimetersAlessandro Ranellucci
2011-09-01Initial importAlessandro Ranellucci