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
2017-06-02Fixed the "avoid crossing perimeters" bug introduced in Slic3r 1.34.1.24version_1.35.1bubnikv
https://github.com/prusa3d/Slic3r/issues/311 https://github.com/prusa3d/Slic3r/issues/317 https://github.com/prusa3d/Slic3r/issues/323
2017-05-05Performance improvements of the MotionPlannerbubnikv
(rewrote the Dijkstra shortest path algorithm to use a binary priority heap instead of a dumb O(n^2) algorithm, added some bounding box tests to avoid expensive in-polygon tests if possible).
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2015-12-21Fixes and improvements to MotionPlanner, much smarter nowAlessandro Ranellucci
2015-12-19Minor code cleanup here and thereAlessandro Ranellucci
2015-12-19Fixed error in porting causing wrong moves with avoid_crossing_perimetersAlessandro Ranellucci
2015-12-11Bugfix: missing include assert.h #3155Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Fixed compilation warnings and a potential bug in MotionPlanner, as reported ↵Alessandro Ranellucci
in #3054
2015-11-04Removed unused variablesntfshard
2015-11-04Refactoring: prefix inc/dec operators for iteratorsntfshard
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-08Fixed segfault in new MotionPlanner code when environments were empty (small ↵Alessandro Ranellucci
islands). #2511
2015-01-07Minor fix after recent changes in MotionPlannerAlessandro Ranellucci
2015-01-06Lots of improvements to MotionPlanner/avoid_crossing_perimeters. Smoother ↵Alessandro Ranellucci
paths and several edge cases now handled better
2014-11-23Refactoring: renamed all contains_*() methods to contains() in C++Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-10-15Bugfix: crash in some circumstances when avoid_crossing_perimeters is ↵Alessandro Ranellucci
enabled. #2266
2014-09-23Bugfix: fix crash in some circumstances caused by Avoid crossing perimeters. ↵Alessandro Ranellucci
#2271
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci