Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
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-07-19Reduced the content of Geometry.pm, removed unused Perl subroutines.bubnikv
2017-06-30Fix of a cooling buffer over multiple extruders.bubnikv
2017-06-30Finalized implementation of a cooling buffer for multiple extrudersbubnikv
2017-06-23Fix of https://github.com/alexrj/Slic3r/issues/4043 , thanks to @lordofhyphens.bubnikv
2017-06-22Ported the cooling changes from @alexrj: Don't slow down the externalbubnikv
2017-06-21Slic3r has been modified to propagate the following filament specificbubnikv
2017-06-08Removed Object.pm support_material_flow method.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2017-04-26Removed a broken Arc Fitting feature.bubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2017-03-23Increased a threshold for print centering from EPSILON to 5umbubnikv
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