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-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
2016-12-08Fixed regression in the _make_perimeters portAlessandro Ranellucci
2016-12-08Ported make_perimeters() and infill() to C++/XS, use pure C++ threads, cherry...Alessandro Ranellucci
2016-11-30Made the support interface contact loops configurable.bubnikv
2016-11-30support_material_synchronize_layers configuration valuebubnikv
2016-11-29logging of slicing processbubnikv
2016-11-28CLIPPER_OFFSET_SCALE was made a power of two, the scaling functionsbubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-11-17In "ensure vertical wall thickness", the union_ is called each timebubnikv
2016-11-16Some optimization of the "ensure vertical wall thickness" feature.bubnikv
2016-11-11Changed the logic of the "ensure vertical wall thickness" featurebubnikv
2016-11-10re-wrote PrintObject::detect_surfaces_type() to C++,bubnikv
2016-11-09Fixes https://github.com/prusa3d/Slic3r/issues/26bubnikv
2016-11-04Improves https://github.com/prusa3d/Slic3r/issues/3bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-22Make sure the shells for the "ensure verticall wall thickness" featureversion_1.31.1bubnikv
2016-10-21Unified the creation of paths of debugging output filesbubnikv
2016-10-20Disabled asserts in the release build (-DNDEBUG).bubnikv
2016-10-16Added a new switch: ensure_vertical_shell_thicknessbubnikv
2016-10-16C++ supports sketched, but not finalized yet. Slic3r is still usingbubnikv
2016-10-04Made the sheath around the base support configurable. Without the sheathbubnikv
2016-10-04A new feature "support_material_buildplate_only" implemented.bubnikv
2016-09-26Visualization of fill surfaces.bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-11-04Fix: Initializer list, right initialisation orderntfshard
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci