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-07-13Perimeters test modified to skip lines M73Enrico Turri
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-08-18Switched to Perl local::lib for local compilation.bubnikv
2017-07-20Fixed test cases after change of the "sane" extrusion widths.bubnikv
2017-06-21Slic3r has been modified to propagate the following filament specificbubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-09-28Fix of a test case of PerimeterGenerator.bubnikv
2015-12-01Bugfix: an error in porting caused bad perimeter ordering. Includes regressio...Alessandro Ranellucci
2015-07-23Ported make_perimeters() to C++Alessandro Ranellucci
2015-07-23Finished porting PerimeterGenerator to C++Alessandro Ranellucci
2015-07-02Make tests happyAlessandro Ranellucci
2015-06-01Bugfix: concave starting points were not correctly detected for slice holes. ...Alessandro 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-01-08The inwards move after an external loop was still randomly generated outwards...Alessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-07-26Always use a rectangle with semicircles as extrudate shapeAlessandro Ranellucci
2014-06-14Merge branch 'call_get_layer' of github.com:sapir/Slic3r into sapir-call_get_...Alessandro Ranellucci
2014-06-11Bugfix: seam_position = aligned failed in certaim circumstances because of fa...Alessandro Ranellucci
2014-05-25Typo seal -> seam :-)Alessandro Ranellucci
2014-05-22New seal_position option that replaces randomize_start, start_perimeters_at_c...Alessandro Ranellucci
2014-05-12No tests were covering randomize-start, which was not working anymore after r...Alessandro Ranellucci
2014-05-09Refactoring to Model API for making it stricter and saferAlessandro Ranellucci
2014-04-29Stricter implementation of the overhang detection. Includes unit testsAlessandro Ranellucci
2014-04-18Regression test for numerical issues causing thin gaps between perimeters and...Alessandro Ranellucci
2014-04-15Remove weak test. #1803Alessandro Ranellucci
2014-04-15Bugfix: sometimes a tiny gap was left between infill and perimeters. Includes...Alessandro Ranellucci
2014-03-24Bugfix: wrong inwards moves were calculated for 2+ copies because ExtrusionLo...Alessandro Ranellucci
2014-03-03Fix failing test after recent changes to thin wall thresholdsAlessandro Ranellucci
2013-11-21Fix error in contains_point() portAlessandro Ranellucci
2013-11-21Ported encloses_point() to XS and renamed to contains_point()Alessandro Ranellucci
2013-09-17Prevent superfluous extra perimeters added when a region has an acute angleAlessandro Ranellucci
2013-09-17Fix wrong bridge flow used for overhangs and bridge perimeters. Includes regr...Alessandro Ranellucci
2013-09-03Fix testsAlessandro Ranellucci
2013-08-28Moved vibration limit to its own G-code filterAlessandro Ranellucci
2013-08-27Removed dependency on Math::ClipperAlessandro Ranellucci
2013-07-16Fix integration of XS containersAlessandro Ranellucci
2013-07-06Rename adjust_overhang_flow to overhangsAlessandro Ranellucci
2013-07-06Update t/perimeters.tAlessandro Ranellucci
2013-06-23Fixed regression causing wrong direction for inwards move in holes. Includes ...Alessandro Ranellucci
2013-06-22Add regression test for concave starting points. #135Alessandro Ranellucci
2013-06-21Add regression test to ensure fan is enabled when printing overhangs. #432Alessandro Ranellucci
2013-06-21Some fixes about overhang detection. Includes regression testsAlessandro Ranellucci