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
2017-11-30Increased fill rate of the support 1st layer from 50% to 70%.bubnikv
2017-11-30Slight optimization of the filament_start_gcode insertion:bubnikv
2017-11-30Fixed a bug in the support generator: There was half extrusion widthbubnikv
2017-11-30Changed handling of filament_gcode_start and filament_gcode_end custombubnikv
2017-11-30Fixed a regression bug of handling the obsolete config parameters,bubnikv
2017-11-29Fixed a random crash in the PlaceholderParser due to deallocatingversion_1.38.2bubnikv
2017-11-29Bumped up the version number.bubnikv
2017-11-29Fixed a 32bit build bug in the new PlaceholderParser macro processor.bubnikv
2017-11-29Bumped up the build version.version_1.38.1bubnikv
2017-11-28New PlaceholderParser variable for sequential prints:bubnikv
2017-11-28Ported the between_objects_gcode custom G-code blocks,bubnikv
2017-11-26Fixed G-code export of custom G-code sections to not add a newlinebubnikv
2017-11-26Fix of the new PlaceholderParser: Maintain whitespaces and new lines.bubnikv
2017-11-26Placeholder parser - added a comment with a reference to a C grammar.CPP_presetsbubnikv
2017-11-26PlaceholderParser - added an unary not operator.bubnikv
2017-11-26Fixed compilation on GCC, changed to handle keywords correctly.bubnikv
2017-11-26PlaceholderParser extended with {if}/{elsif}{else} blocks andbubnikv
2017-11-17Sketch of the PlaceholderParser if/elsif/else macro.bubnikv
2017-11-17The PlaceholderParser has been rewritten to usebubnikv
2017-11-10Oh those compiler differences.bubnikv
2017-11-09Implemented volumetric flow rate hints,bubnikv
2017-11-09Initial definition of PresetHints C++ class and Perl binding, ported the cool...bubnikv
2017-11-09Code beautification: PrintConfig tooltips were split to multiple lines.bubnikv
2017-11-09ConfigBase with option template to do the type conversionbubnikv
2017-11-06Fixed a regression bug in the "first layer extrusion width" G-code comment.bubnikv
2017-11-02Fixed an incorrect comment separator in generated g-code.bubnikv
2017-11-02Looks like the reworked C++ preferences start to work again.bubnikv
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-27Fix of the previous commit: Slic3r::Config::new_from_defaults_keysbubnikv
2017-10-27Further reduction of Perl Config.pm methods.bubnikv
2017-10-27Fixed configuration & validate C++ ports.bubnikv
2017-10-26Another step towards the C++ presets.bubnikv
2017-10-25Another step towards C++ presets.bubnikv
2017-10-17Utility functions to pass wxWidgets pointers from Perl to C++ code.bubnikv
2017-10-17Fix of preceding commit.bubnikv
2017-10-17perglue.cpp - use static_cast instead of dynamic_cast if possible,bubnikv
2017-10-17Another compilation fix.bubnikv
2017-10-17exception what() method shall be noexcept.bubnikv
2017-10-17One more fix of the preceding commit.bubnikv
2017-10-17Fix of the preceding commit for gcc & clang:bubnikv
2017-10-17Optimization of the configuration layer:bubnikv
2017-10-17Redefined the ==, != operators of Point and BoundingBox classesbubnikv
2017-10-03Fixed a bug in the temperature handling of the Prusa Multi Materialbubnikv
2017-10-03Fix of https://github.com/prusa3d/Slic3r/issues/492bubnikv
2017-10-03Fixed the cubic infill: The cubic infill was 30% flatter than it shouldbubnikv
2017-10-02Load presets into the new C++ class.bubnikv
2017-09-19Initial partial implementation of presets in C++.bubnikv
2017-09-18A bit of refactoring and beautification.bubnikv
2017-09-18Ported PrintConfigBase::_handle_legacy from Perl to C++,bubnikv