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
path: root/t
AgeCommit message (Expand)Author
2016-03-26Rewritten the medial axis algorithm, now more robust (don't just prune MAT fr...Alessandro Ranellucci
2016-03-19Fixed regression in bridging caused by error in porting. Includes regression ...Alessandro Ranellucci
2015-12-19Fix false positive in lift unit testAlessandro Ranellucci
2015-12-19Fix regression in lift, includes regression testAlessandro Ranellucci
2015-12-18New --retract-lift-above and --retract-lift-below options. #763 #3057Alessandro Ranellucci
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-07-02Ported more Slic3r::GCode methods to XSAlessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-07-01Removed setenv() test as we can't test environment variables in Perl since th...Alessandro Ranellucci
2015-07-01Finished porting PlaceholderParser to XSAlessandro Ranellucci
2015-06-01Bugfix: concave starting points were not correctly detected for slice holes. ...Alessandro Ranellucci
2015-05-22Regression test for overlapping gap fill. #2474Alessandro Ranellucci
2015-05-13More robust medial axis pruning. #2800Alessandro Ranellucci
2015-05-03Bugfix: [layer_num] was out of order because of support material layers havin...Alessandro Ranellucci
2015-04-12Fixed regression introduced by the recent PerimeterGenerator refactoring caus...Alessandro Ranellucci
2015-03-09Use thick raft layers as we do for support material layers. #2723Alessandro Ranellucci
2015-03-09Limit first object layer height correctly when using a larger support materia...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-03-03Bugfix: temperature was not set correctly when using sequential printing. Inc...Alessandro Ranellucci
2015-02-16Fixed regression causing [input_filename] and [input_filename_base] not being...Alessandro Ranellucci
2015-02-14Bugfix: bridge speed was still used for first object layer above raft when su...Alessandro Ranellucci
2015-01-31Make tests happy with new defaultsAlessandro Ranellucci
2015-01-19Fixed test and implementation of ooze prevention standby points (wrong test c...Alessandro Ranellucci
2015-01-19New option for vertical distance between object and support material, with sp...Alessandro Ranellucci
2015-01-18Bugfix: don't crash when skirts > 0 but skirt_height = 0. Includes regression...Alessandro Ranellucci
2015-01-17Adapt t/multi.t to new behavior of auto_assign_extruders()Alessandro Ranellucci
2015-01-14Make tests happyAlessandro Ranellucci
2015-01-08The inwards move after an external loop was still randomly generated outwards...Alessandro Ranellucci
2015-01-06Removed test that doesn't apply anymore because the logic of only_retract_whe...Alessandro Ranellucci
2015-01-06Bugfix: pressure regulation accumulated too much retraction and didn't discha...Alessandro Ranellucci
2015-01-05Unit test for pressure advance. #2470Alessandro Ranellucci
2015-01-03Fixed test after recent change of distance_to_line() semanticsAlessandro Ranellucci
2014-12-29Fixed ooze prevention test as wellAlessandro Ranellucci
2014-12-24Fix t/support.t after changing contact distance on top surfacesAlessandro Ranellucci
2014-12-24Don't perform wiping if we have just changed layer and no extrusions were per...Alessandro Ranellucci
2014-12-23Fixed t/vibrationlimit.tAlessandro Ranellucci
2014-12-22Adapt t/fill.t to the new infill internal APIAlessandro Ranellucci
2014-12-21Fixed vibration limit.Alessandro Ranellucci
2014-12-17Fixed testsAlessandro Ranellucci
2014-12-17Removed useless thing added in e79aa2e81c3087d44c46d0fcb65cd81a42f0585dAlessandro 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-08Bugfix: infill was not correctly generated when infill_every_layers was used ...Alessandro Ranellucci
2014-12-07Fixed wrong implementation of concave_points() and convex_points() in C++. #2384Alessandro Ranellucci
2014-11-27Rename solid_fill_pattern to external_fill_pattern and clarify tooltipAlessandro Ranellucci
2014-11-27Fixed regression causing crash when using avoid_crossing_perimeters with mult...Alessandro Ranellucci