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
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
2015-06-13Limit bridge over sparse infill to areas that can absorb such extrudate. #2899Alessandro Ranellucci
2015-04-29Bugfix: changes to the resolution config option didn't trigger reslicing. #2795Alessandro Ranellucci
2015-03-06When using raft, validate first layer height against support material extrude...Alessandro Ranellucci
2015-03-06Refactoring: removed the non-idempotent init_extruders() step. Also, infill_e...Alessandro Ranellucci
2015-02-01New option for customization of infill/perimeters overlap. #2459Alessandro Ranellucci
2015-01-30Don't output slic3r:z attribute in SVG for raft layersAlessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2014-12-24Bugfix: the region_volumes vector was not always extended after creating new ...Alessandro Ranellucci
2014-12-24Ported PrintObject::bridge_over_infill() to XSAlessandro Ranellucci
2014-12-17New --solid-infill-extruder option. Includes a refactoring of the strategy us...Alessandro Ranellucci
2014-12-08Make combine_infill() completely idempotent. Includes unit testingAlessandro Ranellucci
2014-12-01Ported PrintObject::total_layer_count() to XSAlessandro Ranellucci
2014-12-01Ported PrintObject::bounding_box() to XSAlessandro Ranellucci
2014-12-01Bugfix: object steps were not invalidated when First layer extrusion width wa...Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-13Ported three PrintObject methods to XSAlessandro Ranellucci
2014-11-13Bugfix: skirt and brim were not recalculated when objects where just moved in...Alessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-11-07Solid infill below area option was not invalidating the correct stepsAlessandro Ranellucci
2014-08-08Bugfix: enabling/disabling support material didn't cause skirt to be recalcul...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci