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-04-18Added some performance changesYuSanka
2018-03-16First visualization of system value changesYuSanka
2018-03-09Introduced the system profiles.bubnikv
2018-02-133mf import/export of config dataEnrico Turri
2018-01-08Fix environment variable setting on Windows (#674)fredizzimo
2017-11-30Fixed a regression bug of handling the obsolete config parameters,bubnikv
2017-11-17The PlaceholderParser has been rewritten to usebubnikv
2017-11-01Next step of Perl to C++ configuration layer conversion.bubnikv
2017-10-30New C++ class AppConfig for maintaining the config.inibubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-10-02Load presets into the new C++ class.bubnikv
2017-09-18Ported PrintConfigBase::_handle_legacy from Perl to C++,bubnikv
2017-06-14gcc and clang did not like throwing std::exceptions with a cstring arugmentbubnikv
2017-06-14Improved error handling when importing configuration from a G-code.bubnikv
2017-06-14Finalized the config import from a G-code.bubnikv
2017-06-14Ported config load / stored to C++, thanks @alexrjbubnikv
2017-05-30Further refactoring, C++11 conversion and code simplification.bubnikv
2017-05-30Config.cpp/h - inlined short functions, converted loops to C++11,bubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2016-11-01Fixed a return value in the Config multi-string parser.version_1.31.2bubnikv
2016-11-01Missing include for memcpy for Linux.bubnikv
2016-11-01Added "Notes" page to the filament configuration.bubnikv
2016-10-06Improvements of the C++ RectInfill2 code for supports:bubnikv
2016-09-13Ported from the playground branch. Various documentation and optimization.bubnikv
2016-03-13Fixed return value for deserialize() implementations. #3250Alessandro Ranellucci
2015-12-16More efficient syntax for the PrintConfigDef constructorAlessandro Ranellucci
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-12-11Bugfix: missing include assert.h #3155Alessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-07Large refactoring of the Config classesAlessandro Ranellucci
2015-12-02Ported Layer::maker_perimeters() to XSAlessandro Ranellucci
2015-11-06Remove Boost from distribution and fix some more things for Windows compilationAlessandro Ranellucci
2015-11-04Config: pass value as a referencentfshard
2015-07-10Fix compilation on Windows due to lack of setenvt(). #2973Alessandro Ranellucci
2015-07-01Ported Config::setenv() to XSAlessandro Ranellucci
2014-11-23--spiral-vase now automatically overrides --perimeters, --top-solid-layers an...Alessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-11-04Fixed minor regressionAlessandro Ranellucci
2014-10-25Refactoring: moved Slic3r::GCode::Base to Slic3r::GCode::WriterAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci