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
2018-05-18Fixed a typo in AppConfigbubnikv
2017-12-14Improvement of region classification numerical stability.bubnikv
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-09-12Fixed a crash when slicing leads to no print.bubnikv
2017-08-02Ported PrintObject::prepare_infill & combine_infill from Perl to C++.version_1.37.0bubnikv
2017-07-31New feature: Bridging angle override through a bridge_angle configbubnikv
2017-06-26Implementation of "XY size Compensation for first layer"bubnikv
2017-06-15Fixed a variable layer height profile update issue.version_1.35.5bubnikv
2017-06-13Fix of "Raft and support dont work together"bubnikv
2017-06-09Hopefully a fix ofbubnikv
2017-06-08Fixed regression in invalidation of slicing steps.bubnikv
2017-06-01Fixed compilation on gcc.bubnikv
2017-06-01Improved "ensure vertical wall thickness" feature for multi material:bubnikv
2017-05-31Clean-up of print step invalidation.bubnikv
2017-05-31Yet more refactoring of Print / PrintObject in regard tobubnikv
2017-05-30Further refactoring, C++11 conversion and code simplification.bubnikv
2017-05-30Fixed a regression bug from the last commit. Some more code simplificationbubnikv
2017-05-30Print, PrintObject: Invalidation of steps, when chained, will now returnbubnikv
2017-05-25Implemented wipe tower print path preview.bubnikv
2017-04-05Provision for disabling TBB parallelization for debugging purposes.bubnikv
2017-03-28Reverted due to a failing test t\multi.tbubnikv
2017-03-28Some beautification and C++11 adaptation.bubnikv
2017-03-13code beautification, C++11 loopsbubnikv
2017-03-09Parallelized slices_to_fill_surfaces_clipped()bubnikv
2017-03-09Parallelized detection of extra perimeters.bubnikv
2017-03-08Fixed a race condition in the parallelizationbubnikv
2017-03-08Improved debugging of slicing.bubnikv
2017-03-08Parallelized the slow discover_vertical_shells()bubnikv
2017-03-08Simplify_slices rewritten to C++, parallelized.bubnikv
2017-03-08Fixing of slicing errors ported to C++, parallelized.bubnikv
2017-03-08Parallelized PrintObject::_slice(), make_slices() code.bubnikv
2017-03-07Parallelized PrintObject::detect_surfaces_type()bubnikv
2017-03-07Parallelize PrintObject::process_external_surfaces()bubnikv
2017-03-07Added dependencies on the Intel Thread Building Blocks.bubnikv
2017-03-03More tracing of the slicing process.bubnikv
2017-03-02Extended tracing of the slicing process.bubnikv
2017-02-14new feature: Clip multi-part objects one by the other.bubnikv
2017-02-09Store / retrieve layer height profile from the AMF file.bubnikv
2017-02-07Added a tooltip overlay for the variable layer height edit tool.bubnikv
2017-02-02Created a total_lengt() free function for Polygons and Polylines.bubnikv
2017-02-02Fix of https://github.com/prusa3d/Slic3r/issues/75bubnikv
2017-01-11Slightly more efficient PrintObject Layer destruction.bubnikv
2017-01-03prototyping tweakable XY supports;slicer-builder
2017-01-03Merge remote-tracking branch 'origin/supports-synchronize-layers'bubnikv
2017-01-03Improved debugging of "ensure vertical wall thickness" feature.bubnikv
2016-12-20New supports now do rafts at least to the extent the test cases run through.bubnikv
2016-12-13Adapted to the new ClipperUtils.hpp interface by @alexrjbubnikv
2016-12-12Support for user definable variable layer thickness, the C++ backend.bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Refactored parallelization code, cherry picked from @alexrj 36789774471a0bf9a...Alessandro Ranellucci