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
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-07-14Fix of "Modifier meshes don't work for speed modifications"bubnikv
2017-07-10Inlined Surface::any_internal_contains / any_bottom_containsbubnikv
2017-05-30Fixed a regression bug from the last commit. Some more code simplificationbubnikv
2017-04-05C++11 beautification of loops.bubnikv
2017-03-22Fixed some instance of simplify_polygons() invocation.bubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-01-11Slightly more efficient PrintObject Layer destruction.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-11-20Optimized Layer::merge_slices()bubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-11-10re-wrote PrintObject::detect_surfaces_type() to C++,bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-21Unified the creation of paths of debugging output filesbubnikv
2016-09-26Collect the perimeter surfaces when generating perimeters.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported Layer::maker_perimeters() to XSAlessandro Ranellucci
2015-11-04Fix: Initializer list, right initialisation orderntfshard
2015-11-04Style fix: const for some functionsntfshard
2015-07-02Finished porting Slic3r::GCode to XS (speed boost!)Alessandro Ranellucci
2015-04-16Ported Layer::merge_slices() to XSAlessandro Ranellucci
2015-01-18Minor issue when dealing with files with empty layers at bottom. #2553Alessandro Ranellucci
2015-01-06Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge c...Alessandro Ranellucci
2015-01-06Fixed one more case where only_retract_when_crossing_perimeters didn't apply....Alessandro Ranellucci
2014-12-25One more retraction optimizationAlessandro Ranellucci
2014-12-22Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bo...Alessandro Ranellucci
2014-12-09Limit "Only retract when crossing perimeters" so that retraction is triggered...Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci