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-06-27Support for forward compatibility of configurations, user and systemVojtech Bubnik
2021-04-26Refactoring of StaticPrintConfig & derived classes:Vojtech Bubnik
2021-03-15ConfigOptions: GUI type as enum, not string.Vojtech Bubnik
2020-09-24Fix of previous commit.Vojtech Bubnik
2020-04-23Add min_object_distance method as free function taking ConfigBase argumenttamasmeszaros
2019-10-16Fix of perl bindingsbubnikv
2019-10-16new cheaper constructor for DynamicPrintConfig from FullPrintConfig:bubnikv
2019-07-04Merge remote-tracking branch 'origin/master' into vb_undo_redobubnikv
2019-06-27WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBasebubnikv
2019-06-20Reworked the Perl unit / integration tests to use the same Printbubnikv
2019-05-03Implemented the "Support for support enforcers only" quick selection.bubnikv
2019-03-13Fixed perl bindingsbubnikv
2019-03-13Reworked the command line interface based on the current statebubnikv
2018-09-20Added C++ command line processing, thanks @alexrj and @lohbubnikv
2018-06-20Added machine evelope configuration parametersbubnikv
2017-11-02Updated Controller after the presets C++ port.bubnikv
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-08-30Fixed a regression bug of Slic3r::encode() / decode()bubnikv
2017-06-14Improved error handling when importing configuration from a G-code.bubnikv
2017-06-14Ported config load / stored to C++, thanks @alexrjbubnikv
2017-05-19Improved retract handling on bowden extruders:bubnikv
2017-02-28Update Config.xsp (#50)AndylgTom
2015-12-16More refactoring on Config XS bindingsAlessandro Ranellucci
2015-12-16Refactored the Config XS bindingsAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-07Large refactoring of the Config classesAlessandro Ranellucci
2015-12-02Ported a couple more methods to XSAlessandro Ranellucci
2015-07-01Ported Config::setenv() to XSAlessandro Ranellucci
2014-12-25Tell what options were changed when prompting user for saving a modified pres...Alessandro Ranellucci
2014-11-23Bugfix: spiral vase was not working when extrusion axis was not E. #2350Alessandro Ranellucci
2014-11-09Ported some methods including add_model_object() and apply_config() to XSAlessandro Ranellucci
2014-10-18Refactoring: moved some low-level G-code generation methods to the new Slic3r...Alessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci
2014-06-19Put the Default Extruder option in a less confusing positionAlessandro Ranellucci
2014-05-13Refactored the Slic3r::GCode logic for speedsAlessandro Ranellucci
2014-05-08Replace to_SV_ref() and to_SV_clone_ref() with templated glue functionsAlessandro Ranellucci
2014-05-02Add missing perlglue.hpp to xsp filesPetr Ledvina
2014-04-19Workaround for upstream module bug causing command line option parsing for mu...Alessandro Ranellucci
2014-03-27Fix extruder assignment and testsAlessandro Ranellucci
2014-03-26Fix the extruder override logic. All role-based extruder options now default ...Alessandro Ranellucci
2014-03-24Prevent GUI from crashing when invalid values were written in numeric fields....Alessandro Ranellucci
2014-03-22Turn fill_density into percentageAlessandro Ranellucci
2014-02-15Some incomplete work for per-region configAlessandro Ranellucci
2014-02-15Mark strings as UTF-8 when passing them to PerlAlessandro Ranellucci
2014-01-23New erase() method for DynamicConfig objectsAlessandro Ranellucci
2014-01-05Fix option names not showing in plater object settingsAlessandro Ranellucci
2014-01-05Make tests passAlessandro Ranellucci
2014-01-03More incomplete work for Flow/Extruder refactoringAlessandro Ranellucci