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
2017-02-28Ported expanded_output_filepath() to C++/XSAlessandro Ranellucci
2017-02-27Disabling the support tests until the test suite is modifiedbubnikv
2017-02-22Fixed regression causing slowdown_below_layer_time to be ignored. #3515 #3443Alessandro Ranellucci
2017-02-21Ported CoolingBuffer to C++/XSAlessandro Ranellucci
2017-02-10Test to ensure that the repetier firmware returns the correct acceleration M ...Joseph Lenox
2016-11-30support_material_synchronize_layers implementationbubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-11-08Reworked the bridge detector to allow searching a single bridgingbubnikv
2016-11-02Test of a 100% coverage by the FillRectilinear2 has been disabled before,bubnikv
2016-11-02Fixed a crash when accessing a non-existing config value from C++ infill.bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-10-21Defined the +-* operators on Pointf.bubnikv
2016-09-28Fix of a test case of PerimeterGenerator.bubnikv
2016-09-26Test case for Bugfix: use Lift-z option for 2. extruder #3385bubnikv
2016-05-20More refactoring to medial axis and gap fill, more robustAlessandro Ranellucci
2016-04-10Update tests for new GCode style and markersChow Loong Jin
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