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-05-15Added layer_num, layer_z variables to the end_gcode, end_filament_gcode,bubnikv
2018-02-16Error messages in parsing variables (#722)fsantini
2018-02-02Fix of "Conditional gcode with "<=" condition fails"version_1.39.1-alphabubnikv
2017-12-21Improved error reporting of the PlaceholderParser.bubnikv
2017-12-20Reverted regex to boost::regex as the C++11 regex seems to be brokenbubnikv
2017-12-20Replaced boost::regex with std::regex.bubnikv
2017-12-19Implemented <,>,<=,>=,or,and,||,&& operators.bubnikv
2017-12-18Fixed a regression error: The "current_extruder" identifier was not setbubnikv
2017-12-15Added regex matching operators to the conditional G-code processorbubnikv
2017-12-11Slic3r version was not set by the placeholder parser.bubnikv
2017-12-05Fixed compilation on unices.bubnikv
2017-12-05PlaceholderParser: Improved error reporting https://github.com/prusa3d/Slic3r...bubnikv
2017-12-05Improved error reporting of the PlaceholderParser.bubnikv
2017-12-04More efficient utf8 parser for the PlaceholderParser.bubnikv
2017-12-04PlaceholderParser: simplistic extension to parse UTF8 charactersbubnikv
2017-11-29Fixed a random crash in the PlaceholderParser due to deallocatingversion_1.38.2bubnikv
2017-11-29Fixed a 32bit build bug in the new PlaceholderParser macro processor.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-10-17Optimization of the configuration layer:bubnikv
2017-07-31Fix of "MM incorrect extruder temperature"bubnikv
2017-05-03Ported the G-code generator from Perl to C++.bubnikv
2016-08-21Updated xs/Build.PL to support Visual Studio compiler suite.bubnikv
2016-04-11Fixed compilation on OS XAlessandro Ranellucci
2015-12-08Fix compilationAlessandro Ranellucci
2015-12-08Remove any Perl related code from libslic3rAlessandro Ranellucci
2015-12-07Large refactoring of the Config classesAlessandro Ranellucci
2015-07-01Finished porting PlaceholderParser to XSAlessandro Ranellucci
2015-07-01Ported PlaceholderParser::apply_env_variables() to XSAlessandro Ranellucci
2015-05-02Refactoring in PlaceholderParserAlessandro Ranellucci
2014-11-09Ported PlaceholderParser::update_timestamp() to XSAlessandro Ranellucci
2014-08-03Moved C++ code into new libslic3r directoryAlessandro Ranellucci