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-09-18Replaced CONFESS with throw std::exception in libslic3r, so nowbubnikv
2018-08-21Eradicated the Pointf class, replaced with Eigen Vector3dbubnikv
2018-08-17Replaced coincides_with(const Line &line) with operator==bubnikv
2018-08-17Removed the Point::wkt() and Point::dump_perl() methods.bubnikv
2018-08-17Removed Point::scale(),translate(),coincides_with(),distance_to(),bubnikv
2018-08-14Changing the internal representation of Point / Pointf / Point3 / Pointf3 to ...bubnikv
2018-06-28AppController integrationtamasmeszaros
2018-05-03Removed the "Broken croak" support, which was useful on brokenbubnikv
2018-04-18Fixed memory leak of TabIface.bubnikv
2018-03-05libcurl linking and cmake usage improvementsVojtech Kral
2017-11-01Next step of Perl to C++ configuration layer conversion.bubnikv
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-09-01Implemented priming of all the filaments of the Prusa Multi Material.bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2016-12-12Perl crazy macros strike again, they collide with boost threads.bubnikv
2016-12-08Fixes after the merge of changes by @alexrj.bubnikv
2016-12-08Fix perl redefining multiple functions also defined/used by boostlib through ...Joseph Lenox
2016-11-16Undef seed macro because of crazy perl macro substitutions.bubnikv
2016-11-16Fixed compilation of XS modules by undefinig the "seed" macrobubnikv
2016-11-16Fix for compilation on Strawberry Perl with C++11 enabled.bubnikv
2016-11-08Compilation with an environment variable SLIC3R_HAS_BROKEN_CROAK setbubnikv
2016-08-21Updated xs/Build.PL to support Visual Studio compiler suite.bubnikv
2015-12-16More refactoring on Config XS bindingsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci