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
AgeCommit message (Expand)Author
2021-05-06Fixing Perl integrationVojtech Bubnik
2021-03-15Fixing unit tests.Vojtech Bubnik
2021-02-09Removal of not numerically robust libraries "poly2tree" and "polypartition".Vojtech Bubnik
2020-12-11Fix of re-slicing with multiple regions.Vojtech Bubnik
2020-01-06Fixing perl bindings after refactoringbubnikv
2019-10-01FDM Print refactoring:bubnikv
2019-09-27Rest of the path chaining has been replaced with the new algorithm.bubnikv
2018-07-25Some documentation, C++11 conversion, code beautification,bubnikv
2017-12-11Fix ofbubnikv
2017-09-14Fixed a regression bug, which was made during the porting ofversion_1.37.1bubnikv
2017-07-10Inlined Surface::any_internal_contains / any_bottom_containsbubnikv
2017-04-07Merged support_fills with support_interface_fills.bubnikv
2016-11-20Missed this one at the last check-in.bubnikv
2016-11-18Reverted the perimeter generator to not save the perimeter areas.bubnikv
2016-11-02Rewrote Fill2.pm to C++, deleted Perl infills for good.bubnikv
2016-09-26Collect the perimeter surfaces when generating perimeters.bubnikv
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-02Ported Layer::maker_perimeters() to XSAlessandro Ranellucci
2015-10-27Finished porting LayerRegion to C++Alessandro Ranellucci
2015-07-23Ported make_perimeters() to C++Alessandro Ranellucci
2015-07-02Finished porting Slic3r::GCode to XS (speed boost!)Alessandro Ranellucci
2015-07-01Ported Slic3r::GCode storage to XSAlessandro Ranellucci
2015-04-16Ported Layer::merge_slices() to XSAlessandro Ranellucci
2015-02-01Ported prepare_fill_surfaces() to XS/C++Alessandro Ranellucci
2015-01-19Cleanup of some method signatures and of XS return typesAlessandro Ranellucci
2015-01-18Minor issue when dealing with files with empty layers at bottom. #2553Alessandro Ranellucci
2015-01-06Refactored the travel/retract/avoid_crossing_perimeters logic. Several edge c...Alessandro Ranellucci
2015-01-06Fixed one more case where only_retract_when_crossing_perimeters didn't apply....Alessandro Ranellucci
2014-12-25One more retraction optimizationAlessandro Ranellucci
2014-12-22Bugfix: only_retract_when_crossing_perimeters was not correctly applied on bo...Alessandro Ranellucci
2014-12-09Limit "Only retract when crossing perimeters" so that retraction is triggered...Alessandro Ranellucci
2014-11-23Refactoring: removed _islands members in Slic3r::GCodeAlessandro Ranellucci
2014-11-09Ported LayerRegion::make_slices() to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-08-03Port PrintRegion::flow() and LayerRegion.flow() to XSAlessandro Ranellucci
2014-08-03Ported some methods to XSAlessandro Ranellucci
2014-06-10Use ->ptr() for CoolingBuffer tooAlessandro Ranellucci
2014-05-25Fix inherited Layer::Support id and object accessors.Y. Sapir
2014-05-25Make clear_regions and delete_region methods private (both Print & Layer), an...Y. Sapir
2014-05-25Make read-only constructor parameters - private.Y. Sapir
2014-05-25Move Print object storage to C++. (along with its subobjects)Y. Sapir