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-10-17Optimization of the configuration layer:bubnikv
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-07-31New feature: Bridging angle override through a bridge_angle configbubnikv
2017-03-07Parallelize PrintObject::process_external_surfaces()bubnikv
2017-03-02Optimization of LayerRegion::slices_to_fill_surfaces_clipped()bubnikv
2017-01-02Fix ofbubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-12Minor fix of bridging flow, see @alexrj 3a3b24ec7c803c58919a5401e5804261999875b4bubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
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-09Fixes https://github.com/prusa3d/Slic3r/issues/26bubnikv
2016-11-08Use a less aggressive positive offset for top/bottom/bridge surfaces,bubnikv
2016-11-08Reworked the bridge detector to allow searching a single bridgingbubnikv
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-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-09-30Bugfix of bottom bridges. If close regions shall be closed by bridges,bubnikv
2016-09-26Collect the perimeter surfaces when generating perimeters.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-04-10Fixed a typo when SLIC3R_DEBUG is active.bubnikv
2016-03-19Fixed regression in bridging caused by error in porting. Includes regression ...Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-07-23Ported make_perimeters() to C++Alessandro Ranellucci
2015-02-23Better and more robust implementation of infill_only_where_neededAlessandro Ranellucci
2015-02-01Ported prepare_fill_surfaces() to XS/C++Alessandro Ranellucci
2015-01-05Bugfix: artifacts were introduced when perimeters were recalculated through i...Alessandro Ranellucci
2014-11-16Refactored ClipperUtils API for a more consistent arguments conventionAlessandro Ranellucci
2014-11-09Ported LayerRegion::make_slices() to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci