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
2018-01-17GCode Preview - Code cleanupEnrico Turri
2018-01-08gcode preview - first installment - wipEnrico Turri
2017-01-25new function remove_degenerate(Polylines ...)bubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
these regions are grown to anchor the bridge lines to the bottom surface. The grown regions may overlap. In that case the regions are now merged before the bridging direction is calculated for the merged region.
2016-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT ↵Alessandro Ranellucci
from endpoints, but validate all single edges)
2016-03-19Variable-width gap fill. Yay! #2960Alessandro Ranellucci
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Refactoring: prefix inc/dec operators for iteratorsntfshard
2015-05-18Faster (but less precise) implementation of simplify_by_visibility(), since ↵Alessandro Ranellucci
it was the bottleneck of avoid_crossing_perimeters. #2777
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-06Fix compilationAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother ↵Alessandro Ranellucci
paths and several edge cases now handled better
2015-01-05Bugfix: a bug in Polyline::split_at() caused random loss of perimeter ↵Alessandro Ranellucci
segments. #2495
2014-11-16Ported some minor methods to XSAlessandro Ranellucci
2014-11-16Ported Slic3r::BridgeDetector to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci