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-11-13Removing empty fileAlessandro Ranellucci
2013-08-29Removed unused codeAlessandro Ranellucci
2013-08-29Ported ExtrusionPath::Collection->chained_pathAlessandro Ranellucci
2013-08-29Optimizations for better usage of XS codeAlessandro Ranellucci
2013-08-28Move arc fitting code to its own post-processing filter and remove the built-...Alessandro Ranellucci
2013-08-27Ported nearest_point() and nearest_point_index()Alessandro Ranellucci
2013-07-19Thread-safe integration of ExtrusionPath::CollectionAlessandro Ranellucci
2013-07-18Ported ExtrusionPath::CollectionAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-16Adopt XS containers everywhere (incomplete work)Alessandro Ranellucci
2013-06-21Some fixes about overhang detection. Includes regression testsAlessandro Ranellucci
2013-05-13Faster implementation of concentric infill, with loop order reversed so that ...Alessandro Ranellucci
2013-03-10Do each island completely if avoid_crossing_perimeters is enabled. #278Alessandro Ranellucci
2013-02-05Rename shortest_path to chained_path, which reflects its algorithm more corre...Alessandro Ranellucci
2012-12-20Fixed regression causing inefficient paths during infillAlessandro Ranellucci
2012-10-30Refactor shortest_pathAlessandro Ranellucci
2012-07-20Memory optimization and code cleanup. Don't keep deserialized pathsAlessandro Ranellucci
2012-06-23Create *::Geometry::nearest_point_index to speed up shortest_path method.Mark Hindess
2012-06-23Manage flattened endpoint list rather than creating it at every iteration.Mark Hindess
2012-05-19Massive reduction of memory usage (down to one third).Alessandro Ranellucci
2012-04-16Remove XXX from dependenciesAlessandro Ranellucci
2012-02-19Duplication is now performed on generated toolpaths instead of mesh (speed bo...Alessandro Ranellucci
2011-12-22correct length calculation for clockwise arcsClarence Risher
2011-12-04Connect infill segments and adjust spacing and flow rate to fill the area com...Alessandro Ranellucci
2011-11-07Organize perimeters with a nearest point search to avoid unnecessary travel m...Alessandro Ranellucci
2011-11-07Bugfix: arcs now work (some glitches in detecting their center, though). #30Alessandro Ranellucci
2011-10-28New experimental --gcode-arcs options to generate G2/G3 commands. #23Alessandro Ranellucci
2011-10-12Refactoring. Point objects are now plain arrayrefs. Slicing is 30% faster.Alessandro Ranellucci
2011-10-01Don't extrude acute anglesAlessandro Ranellucci
2011-09-26Optimization of travel paths for fillsAlessandro Ranellucci